Home
last modified time | relevance | path

Searched refs:TYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/pthread/
H A Dpthread_mutexattr.h18 TYPE_MASK = 0x3 << TYPE_SHIFT, // Type is encoded in 2 bits enumerator
35 return (attr & unsigned(PThreadMutexAttrPos::TYPE_MASK)) >> in get_mutexattr_type()
H A Dpthread_mutexattr_gettype.cpp21 *type = (*attr & unsigned(PThreadMutexAttrPos::TYPE_MASK)) >>
H A Dpthread_mutexattr_settype.cpp26 old &= ~unsigned(PThreadMutexAttrPos::TYPE_MASK);