Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dulock.h127 #define UL_FLAGS_MASK 0xFFFFFF00 macro
/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c479 uint flags = args->operation & UL_FLAGS_MASK; in ulock_wait2()
846 uint flags = args->operation & UL_FLAGS_MASK; in ulock_wake()