Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/pthread/
H A Dpthread_mutexattr.h17 TYPE_SHIFT = 0, enumerator
18 TYPE_MASK = 0x3 << TYPE_SHIFT, // Type is encoded in 2 bits
30 PTHREAD_MUTEX_DEFAULT << unsigned(PThreadMutexAttrPos::TYPE_SHIFT) |
36 unsigned(PThreadMutexAttrPos::TYPE_SHIFT); in get_mutexattr_type()
H A Dpthread_mutexattr_gettype.cpp22 unsigned(PThreadMutexAttrPos::TYPE_SHIFT);
H A Dpthread_mutexattr_settype.cpp27 *attr = old | (type << unsigned(PThreadMutexAttrPos::TYPE_SHIFT));