Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_task.h206 #define LOS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x10) macro
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dtime.c115 if (ret == LOS_OK || ret == LOS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK) { in nanosleep()