Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dulock.h98 #define ULF_WAKE_ALL 0x00000100 macro
138 ULF_WAKE_ALL | \
/xnu-8020.140.41/bsd/kern/
H A Dsys_ulock.c911 if ((flags & ULF_WAKE_THREAD) && ((flags & ULF_WAKE_ALL) || set_owner)) { in ulock_wake()
1003 } else if (flags & ULF_WAKE_ALL) { in ulock_wake()
H A Dkern_fork.c1398 int flags = UL_UNFAIR_LOCK | ULF_WAKE_ALL | ULF_WAKE_ALLOW_NON_OWNER; in uthread_joiner_wake()