Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/ !
H A Dulock.h130 #define UL_FLAGS_MASK 0xFFFFFF00 macro
/xnu-10002.41.9/bsd/kern/ !
H A Dsys_ulock.c508 uint flags = args->operation & UL_FLAGS_MASK; in sys_ulock_wait2()
902 uint flags = operation & UL_FLAGS_MASK; in ulock_wake()