Home
last modified time | relevance | path

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

/xnu-8020.140.41/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-8020.140.41/san/coverage/
H A Dkcov_ksancov.c537 thread_wait(
562 thread_wait(d->thread, TRUE); in ksancov_detach()
/xnu-8020.140.41/osfmk/kern/
H A Dthread_act.c195 thread_wait(thread, FALSE); in thread_terminate_internal()
355 thread_wait(thread, FALSE); in thread_suspend()
H A Dsched_prim.h125 extern void thread_wait(
H A Dsched_prim.c1496 thread_wait( in thread_wait() function
H A Dtask.c3296 thread_wait(thread, until_not_runnable); in task_wait_locked()