Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dsys_ulock.c962 thread_t cleanup_thread = THREAD_NULL; in ulock_wake() local
1023 cleanup_thread = ull->ull_owner; in ulock_wake()
1037 if (cleanup_thread != THREAD_NULL) { in ulock_wake()
1038 thread_deallocate(cleanup_thread); in ulock_wake()