Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
108 posix_errno = ETIMEDOUT; in pthread_mutex_timedlock()109 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()110 retval = ETIMEDOUT; in pthread_mutex_timedlock()
125 posix_errno = ETIMEDOUT; in pthread_cond_timedwait()126 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()127 return(ETIMEDOUT); in pthread_cond_timedwait()
212 #define ETIMEDOUT 5555 macro
366 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()463 } while (err != ETIMEDOUT); in _tx_linux_thread_sleep()
353 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()