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

/macosx-10.10/ruby-106/ruby/
H A Dthread.c4401 rb_mutex_t *volatile *th_mutex = &th->keeping_mutexes; local
4402 while (*th_mutex != mutex) {
4403 th_mutex = &(*th_mutex)->next_mutex;
4405 *th_mutex = mutex->next_mutex;

Completed in 182 milliseconds