Searched refs:LOS_ERRNO_TSK_TIMEOUT (Results 1 – 10 of 10) sorted by relevance
167 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsRwlockRdPendOp()208 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsRwlockWrPendOp()
229 if (retErr == LOS_ERRNO_TSK_TIMEOUT) { in LOS_SemPend()
151 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsEventReadImp()
335 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsMuxPendOp()
287 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsQueueOperate()
570 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in OsSigTimedWaitNoLock()
450 #define LOS_ERRNO_TSK_TIMEOUT LOS_ERRNO_OS_FATAL(LOS_MOD_TSK, 0x27) macro
381 #define LOS_ERRNO_TSK_TIMEOUT LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x23) macro
315 return LOS_ERRNO_TSK_TIMEOUT; in HPFWait()
1170 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in LiteIpcRead()