Searched refs:ulock_wait_cleanup (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_ulock.c | 455 static void ulock_wait_cleanup(ull_t *, thread_t, thread_t, int32_t *); 784 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in sys_ulock_wait2() 812 ulock_wait_cleanup(ull_t *ull, thread_t owner_thread, thread_t old_owner, int32_t *retval) in ulock_wait_cleanup() function 870 ulock_wait_cleanup(ull, owner_thread, old_owner, retval); in ulock_wait_continue()
|