Home
last modified time | relevance | path

Searched refs:uwIntSave (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c884 UINTPTR uwIntSave; in osEventFlagsClear() local
892 uwIntSave = LOS_IntLock(); in osEventFlagsClear()
896 LOS_IntRestore(uwIntSave); in osEventFlagsClear()
908 UINTPTR uwIntSave; in osEventFlagsGet() local
915 uwIntSave = LOS_IntLock(); in osEventFlagsGet()
917 LOS_IntRestore(uwIntSave); in osEventFlagsGet()
969 UINTPTR uwIntSave; in osEventFlagsDelete() local
972 uwIntSave = LOS_IntLock(); in osEventFlagsDelete()
978 LOS_IntRestore(uwIntSave); in osEventFlagsDelete()
1055 UINT32 uwIntSave; in osMutexGetOwner() local
1173 UINT32 uwIntSave; osSemaphoreGetCount() local
1323 UINTPTR uwIntSave; osMessageQueueGetCount() local
1340 UINTPTR uwIntSave; osMessageQueueGetSpace() local
[all...]

Completed in 2 milliseconds