Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/os/liteos/
Dwm_osal_liteos.c539 LosSemCB *semPosted = GET_SEM(semHandle); in LOS_SemCount() local
548 if (semPosted->semStat == OS_SEM_UNUSED) { in LOS_SemCount()
553 if (semPosted->maxSemCount == semPosted->semCount) { in LOS_SemCount()
557 intRet = semPosted->semCount; in LOS_SemCount()