Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsys_ulock.c910 bool allow_non_owner = false; in ulock_wake() local
945 allow_non_owner = true; in ulock_wake()
999 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()