Searched refs:MUTEXATTR_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
45 #define MUTEXATTR_TYPE_MASK 0x0FU macro90 type = (INT32)(attr->type & MUTEXATTR_TYPE_MASK); in pthread_mutexattr_gettype()113 mutexAttr->type = (UINT8)((mutexAttr->type & ~MUTEXATTR_TYPE_MASK) | (UINT32)type); in pthread_mutexattr_settype()
42 #define MUTEXATTR_TYPE_MASK 0x0FU macro73 type = (INT32)(attr->type & MUTEXATTR_TYPE_MASK); in LOS_MuxAttrGetType()89 attr->type = (UINT8)((attr->type & ~MUTEXATTR_TYPE_MASK) | (UINT32)type); in LOS_MuxAttrSetType()