Searched refs:TYPE_MASK (Results 1 – 3 of 3) sorted by relevance
18 TYPE_MASK = 0x3 << TYPE_SHIFT, // Type is encoded in 2 bits enumerator35 return (attr & unsigned(PThreadMutexAttrPos::TYPE_MASK)) >> in get_mutexattr_type()
21 *type = (*attr & unsigned(PThreadMutexAttrPos::TYPE_MASK)) >>
26 old &= ~unsigned(PThreadMutexAttrPos::TYPE_MASK);