Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_mux.h55 LOS_MUX_NORMAL = 0, enumerator
/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c74 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()