Searched refs:LOS_MUX_NORMAL (Results 1 – 2 of 2) sorted by relevance
55 LOS_MUX_NORMAL = 0, enumerator
74 if ((type < LOS_MUX_NORMAL) || (type > LOS_MUX_ERRORCHECK)) { in LOS_MuxAttrGetType()85 if ((attr == NULL) || (type < LOS_MUX_NORMAL) || (type > LOS_MUX_ERRORCHECK)) { in LOS_MuxAttrSetType()197 if (((INT8)(attr->type) < LOS_MUX_NORMAL) || (attr->type > LOS_MUX_ERRORCHECK)) { in OsCheckMutexAttr()