Searched refs:ULF_WAKE_ALL (Results 1 – 3 of 3) sorted by relevance
98 #define ULF_WAKE_ALL 0x00000100 macro138 ULF_WAKE_ALL | \
911 if ((flags & ULF_WAKE_THREAD) && ((flags & ULF_WAKE_ALL) || set_owner)) { in ulock_wake()1003 } else if (flags & ULF_WAKE_ALL) { in ulock_wake()
1398 int flags = UL_UNFAIR_LOCK | ULF_WAKE_ALL | ULF_WAKE_ALLOW_NON_OWNER; in uthread_joiner_wake()