Home
last modified time | relevance | path

Searched defs:semCB (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_m/components/trace/cnv/
Dtrace_cnv.c110 STATIC VOID LOS_TraceSemCreate(const LosSemCB *semCB) in LOS_TraceSemCreate()
115 STATIC VOID LOS_TraceSemPost(const LosSemCB *semCB, const LosTaskCB *resumedTask) in LOS_TraceSemPost()
121 STATIC VOID LOS_TraceSemPend(const LosSemCB *semCB, const LosTaskCB *runningTask, UINT32 timeout) in LOS_TraceSemPend()
127 STATIC VOID LOS_TraceSemDelete(const LosSemCB *semCB) in LOS_TraceSemDelete()
/kernel/liteos_a/kernel/extended/trace/cnv/
Dtrace_cnv.c111 STATIC VOID LOS_TraceSemCreate(const LosSemCB *semCB) in LOS_TraceSemCreate()
116 STATIC VOID LOS_TraceSemPost(const LosSemCB *semCB, const LosTaskCB *resumedTask) in LOS_TraceSemPost()
122 STATIC VOID LOS_TraceSemPend(const LosSemCB *semCB, const LosTaskCB *runningTask, UINT32 timeout) in LOS_TraceSemPend()
128 STATIC VOID LOS_TraceSemDelete(const LosSemCB *semCB) in LOS_TraceSemDelete()
/kernel/liteos_a/kernel/base/ipc/
Dlos_sem_debug.c125 LosSemCB *semCB = NULL; in OsSemSort() local
217 LosSemCB *semCB = NULL; in OsSemInfoOutput() local
/kernel/liteos_m/kal/posix/src/
Dpipe.c472 LosSemCB *semCB = GET_SEM(sem); in PipeWriterIsWaiting() local
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c1152 LosSemCB *semCB = (LosSemCB *)semaphore_id; in osSemaphoreAcquire() local
1191 LosSemCB *semCB = (LosSemCB *)semaphore_id; in osSemaphoreGetCount() local