Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dsys_ulock.c453 static void ulock_wait_cleanup(ull_t *, thread_t, thread_t, int32_t *);
782 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in sys_ulock_wait2()
810 ulock_wait_cleanup(ull_t *ull, thread_t owner_thread, thread_t old_owner, int32_t *retval) in ulock_wait_cleanup() function
868 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in ulock_wait_continue()