Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dulock.h137 #define ULF_WAKE_MASK (ULF_NO_ERRNO | \ macro
/xnu-8792.41.9/bsd/kern/
H A Dsys_ulock.c906 if ((flags & ULF_WAKE_MASK) != flags) { in ulock_wake()