Home
last modified time | relevance | path

Searched refs:thread_wait (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/tests/
H A Dstackshot_idle_25570396.m151 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);
/xnu-11215/san/coverage/
H A Dkcov_ksancov.c779 thread_wait(
804 thread_wait(d->thread, TRUE); in ksancov_detach()
/xnu-11215/osfmk/kern/
H A Dthread_act.c273 thread_wait(thread, FALSE); in thread_terminate_internal()
442 thread_wait(thread, FALSE); in thread_suspend()
H A Dsched_prim.h125 extern void thread_wait(
H A Dsched_prim.c1751 thread_wait( in thread_wait() function
H A Dtask.c3751 thread_wait(thread, until_not_runnable); in task_wait_locked()