Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
Dpthread_mutex.c45 #define MUTEXATTR_TYPE_MASK 0x0FU macro
90 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()
/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c42 #define MUTEXATTR_TYPE_MASK 0x0FU macro
73 type = (INT32)(attr->type & MUTEXATTR_TYPE_MASK); in LOS_MuxAttrGetType()
89 attr->type = (UINT8)((attr->type & ~MUTEXATTR_TYPE_MASK) | (UINT32)type); in LOS_MuxAttrSetType()