Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_call.c199 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s);
1120 thread_call_wait_once_locked(call, s); in thread_call_free()
1445 thread_call_wait_once_locked(call, s); in thread_call_cancel_wait()
2199 thread_call_wait_once_locked(thread_call_t call, spl_t s) in thread_call_wait_once_locked() function
2269 bool waited = thread_call_wait_once_locked(call, s); in thread_call_wait_once()