Home
last modified time | relevance | path

Searched defs:muxCB (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/components/trace/cnv/
Dtrace_cnv.c132 STATIC VOID LOS_TraceMuxCreate(const LosMuxCB *muxCB) in LOS_TraceMuxCreate()
137 STATIC VOID LOS_TraceMuxPost(const LosMuxCB *muxCB) in LOS_TraceMuxPost()
143 STATIC VOID LOS_TraceMuxPend(const LosMuxCB *muxCB, UINT32 timeout) in LOS_TraceMuxPend()
149 STATIC VOID LOS_TraceMuxDelete(const LosMuxCB *muxCB) in LOS_TraceMuxDelete()
/kernel/liteos_a/kernel/extended/trace/cnv/
Dtrace_cnv.c133 STATIC VOID LOS_TraceMuxCreate(const LosMux *muxCB) in LOS_TraceMuxCreate()
138 STATIC VOID LOS_TraceMuxPost(const LosMux *muxCB) in LOS_TraceMuxPost()
144 STATIC VOID LOS_TraceMuxPend(const LosMux *muxCB, UINT32 timeout) in LOS_TraceMuxPend()
150 STATIC VOID LOS_TraceMuxDelete(const LosMux *muxCB) in LOS_TraceMuxDelete()
/kernel/liteos_a/kernel/extended/perf/pmu/
Dperf_sw_pmu.c82 STATIC VOID LOS_PerfMuxPend(const LosMux *muxCB, UINT32 timeout) in LOS_PerfMuxPend()
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c1031 LosMuxCB *muxCB = (LosMuxCB *)mutex_id; in osMutexAcquire() local
1055 LosMuxCB *muxCB = (LosMuxCB *)mutex_id; in osMutexRelease() local