Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c151 thread_t ull_owner; /* holds +1 thread reference */ member
195 kprintf("ull_owner\t0x%llx\n\n", thread_tid(ull->ull_owner)); in ull_dump()
296 ull->ull_owner = THREAD_NULL; in ull_alloc()
308 assert(ull->ull_owner == THREAD_NULL); in ull_free()
677 old_owner = ull->ull_owner; in ulock_wait2()
678 ull->ull_owner = THREAD_NULL; in ulock_wait2()
683 ull->ull_owner = owner_thread; in ulock_wait2()
786 old_lingering_owner = ull->ull_owner; in ulock_wait_cleanup()
787 ull->ull_owner = THREAD_NULL; in ulock_wait_cleanup()
956 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()
[all …]