Searched refs:LOS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK (Results 1 – 2 of 2) sorted by relevance
206 #define LOS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x10) macro
115 if (ret == LOS_OK || ret == LOS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK) { in nanosleep()