Searched refs:rb_mutex_unlock_th (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dthread.c389 static const char* rb_mutex_unlock_th(rb_mutex_t *mutex, rb_thread_t volatile *th);
403 err = rb_mutex_unlock_th(mutex, th);
4111 const char *err = rb_mutex_unlock_th(mutex, mutex->th);
4380 rb_mutex_unlock_th(rb_mutex_t *mutex, rb_thread_t volatile *th) function
4426 err = rb_mutex_unlock_th(mutex, GET_THREAD());

Completed in 123 milliseconds