Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dulock.h101 #define ULF_WAKE_ALL 0x00000100 macro
146 ULF_WAKE_ALL | \
/xnu-12377.61.12/bsd/kern/
H A Dsys_ulock.c952 if ((flags & ULF_WAKE_THREAD) && ((flags & ULF_WAKE_ALL) || set_owner)) { in ulock_wake()
1044 } else if (flags & ULF_WAKE_ALL) { in ulock_wake()
H A Dkern_fork.c1410 int flags = UL_UNFAIR_LOCK | ULF_WAKE_ALL | ULF_WAKE_ALLOW_NON_OWNER; in uthread_joiner_wake()