Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsys_ulock.c463 static void ulock_wait_cleanup(ull_t *, thread_t, thread_t, int32_t *);
792 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in sys_ulock_wait2()
820 ulock_wait_cleanup(ull_t *ull, thread_t owner_thread, thread_t old_owner, int32_t *retval) in ulock_wait_cleanup() function
878 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in ulock_wait_continue()