Searched refs:LOS_ERRNO_TSK_NOT_ALLOW_IN_INT (Results 1 – 3 of 3) sorted by relevance
411 #define LOS_ERRNO_TSK_NOT_ALLOW_IN_INT LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x26) macro
1002 return LOS_ERRNO_TSK_NOT_ALLOW_IN_INT; in LOS_TaskJoin()1052 return LOS_ERRNO_TSK_NOT_ALLOW_IN_INT; in LOS_TaskDetach()
556 if (ret == LOS_ERRNO_TSK_NOT_ALLOW_IN_INT) { in osThreadDetach()575 if (ret == LOS_ERRNO_TSK_NOT_ALLOW_IN_INT) { in osThreadJoin()