Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dthread_call.c198 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s);
1119 thread_call_wait_once_locked(call, s); in thread_call_free()
1444 thread_call_wait_once_locked(call, s); in thread_call_cancel_wait()
2198 thread_call_wait_once_locked(thread_call_t call, spl_t s) in thread_call_wait_once_locked() function
2268 bool waited = thread_call_wait_once_locked(call, s); in thread_call_wait_once()