Displaying 1 result from an estimated 1 matches for "rb_mutex_try_lock".
2007 Nov 18
18
mongrel and fastthread on ruby 1.9?
...: static declaration of ''rb_mutex_locked_p''
follows non-static declaration
/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9/ruby/intern.h:553:
error: previous declaration of ''rb_mutex_locked_p'' was here
fastthread.c:366: error: static declaration of ''rb_mutex_try_lock''
follows non-static declaration
/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9/ruby/intern.h:554:
error: previous declaration of ''rb_mutex_try_lock'' was here
fastthread.c:406: error: static declaration of ''rb_mutex_lock''
follows non-static declara...