Searched refs:LOS_MUX_RECURSIVE (Results 1 – 2 of 2) sorted by relevance
56 LOS_MUX_RECURSIVE = 1, enumerator58 LOS_MUX_DEFAULT = LOS_MUX_RECURSIVE
311 if (((LosTaskCB *)mutex->owner == runTask) && (mutex->attr.type == LOS_MUX_RECURSIVE)) { in OsMuxPendOp()376 (((LosTaskCB *)mutex->owner != runTask) || (mutex->attr.type != LOS_MUX_RECURSIVE))) { in OsMuxTrylockUnsafe()480 if ((--mutex->muxCount != 0) && (mutex->attr.type == LOS_MUX_RECURSIVE)) { in OsMuxUnlockUnsafe()