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

/macosx-10.10/ruby-106/ruby/
H A Dthread.c86 static void sleep_timeval(rb_thread_t *th, struct timeval time, int spurious_check);
87 static void sleep_wait_for_interrupt(rb_thread_t *th, double sleepsec, int spurious_check);
88 static void sleep_forever(rb_thread_t *th, int nodeadlock, int spurious_check);
940 sleep_forever(rb_thread_t *th, int deadlockable, int spurious_check) argument
957 if (!spurious_check)
980 sleep_timeval(rb_thread_t *th, struct timeval tv, int spurious_check) argument
1015 if (!spurious_check)
1053 sleep_wait_for_interrupt(rb_thread_t *th, double sleepsec, int spurious_check) argument
1055 sleep_timeval(th, double2timeval(sleepsec), spurious_check);

Completed in 1726 milliseconds