Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_base.h53 #define LOS_NO_WAIT 0 macro
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_liteos2.c1019 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osMutexAcquire()
1133 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osSemaphoreAcquire()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/
Dcmsis_liteos2.c1027 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osMutexAcquire()
1142 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osSemaphoreAcquire()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/liteos_m_mst/
Drtos_pub.c408 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in rtos_get_semaphore()
/device/soc/esp/esp32/components/pthread/
Dpthread.c1712 ret = LOS_SemPend((UINT32)sem->s_handle, LOS_NO_WAIT); in sem_trywait()