Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance
107 posix_errno = ETIMEDOUT; in pthread_mutex_timedlock()108 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()109 retval = ETIMEDOUT; in pthread_mutex_timedlock()
124 posix_errno = ETIMEDOUT; in pthread_cond_timedwait()125 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()126 return(ETIMEDOUT); in pthread_cond_timedwait()
211 #define ETIMEDOUT 5555 macro
365 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()462 } while (err != ETIMEDOUT); in _tx_linux_thread_sleep()
352 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()