Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mx_timedlock.c108 posix_errno = ETIMEDOUT; in pthread_mutex_timedlock()
109 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()
110 retval = ETIMEDOUT; in pthread_mutex_timedlock()
Dpx_cond_timedwait.c125 posix_errno = ETIMEDOUT; in pthread_cond_timedwait()
126 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()
127 return(ETIMEDOUT); in pthread_cond_timedwait()
Derrno.h212 #define ETIMEDOUT 5555 macro
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c366 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()
463 } while (err != ETIMEDOUT); in _tx_linux_thread_sleep()
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_initialize_low_level.c353 } while (err != ETIMEDOUT); in _tx_linux_timer_interrupt()