Searched refs:ULF_WAKE_ALL (Results 1 – 3 of 3) sorted by relevance
101 #define ULF_WAKE_ALL 0x00000100 macro146 ULF_WAKE_ALL | \
938 if ((flags & ULF_WAKE_THREAD) && ((flags & ULF_WAKE_ALL) || set_owner)) { in ulock_wake()1030 } else if (flags & ULF_WAKE_ALL) { in ulock_wake()
1405 int flags = UL_UNFAIR_LOCK | ULF_WAKE_ALL | ULF_WAKE_ALLOW_NON_OWNER; in uthread_joiner_wake()