Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_mux.h56 LOS_MUX_RECURSIVE = 1, enumerator
58 LOS_MUX_DEFAULT = LOS_MUX_RECURSIVE
/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c311 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()