Searched refs:LOS_NO_WAIT (Results 1 – 5 of 5) sorted by relevance
53 #define LOS_NO_WAIT 0 macro
1019 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osMutexAcquire()1133 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osSemaphoreAcquire()
1027 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osMutexAcquire()1142 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in osSemaphoreAcquire()
408 if (OS_INT_ACTIVE && (timeout != LOS_NO_WAIT)) { in rtos_get_semaphore()
1712 ret = LOS_SemPend((UINT32)sem->s_handle, LOS_NO_WAIT); in sem_trywait()