Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsys_ulock.c918 bool allow_non_owner = false; in ulock_wake() local
953 allow_non_owner = true; in ulock_wake()
1007 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()