Searched refs:LOS_ERRNO_TSK_NOT_JOIN_SELF (Results 1 – 3 of 3) sorted by relevance
401 #define LOS_ERRNO_TSK_NOT_JOIN_SELF LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x25) macro
471 if (ret == LOS_ERRNO_TSK_NOT_JOIN_SELF) { in pthread_join()
1010 return LOS_ERRNO_TSK_NOT_JOIN_SELF; in LOS_TaskJoin()