Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mx_timedlock.c107 posix_errno = ETIMEDOUT; in pthread_mutex_timedlock()
108 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()
109 retval = ETIMEDOUT; in pthread_mutex_timedlock()
Dpx_cond_timedwait.c124 posix_errno = ETIMEDOUT; in pthread_cond_timedwait()
125 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()
126 return(ETIMEDOUT); in pthread_cond_timedwait()
Derrno.h211 #define ETIMEDOUT 5555 macro
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c365 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()
462 } while (err != ETIMEDOUT); in _tx_linux_thread_sleep()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_initialize_low_level.c352 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()