Searched refs:thread_wait (Results 1 – 6 of 6) sorted by relevance
151 dispatch_semaphore_t thread_wait = dispatch_semaphore_create(0);152 T_QUIET; T_ASSERT_NOTNULL(thread_wait, "Initializing work queue semaphore");158 dispatch_semaphore_wait(thread_wait, DISPATCH_TIME_FOREVER);166 dispatch_semaphore_signal(thread_wait);170 dispatch_release(thread_wait);
779 thread_wait(804 thread_wait(d->thread, TRUE); in ksancov_detach()
273 thread_wait(thread, FALSE); in thread_terminate_internal()442 thread_wait(thread, FALSE); in thread_suspend()
125 extern void thread_wait(
1751 thread_wait( in thread_wait() function
3751 thread_wait(thread, until_not_runnable); in task_wait_locked()