Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c113 posix_errno = EAGAIN; in sem_trywait()
114 posix_set_pthread_errno(EAGAIN); in sem_trywait()
Dpx_mq_receive.c180 posix_errno = EAGAIN; in mq_receive()
181 posix_set_pthread_errno(EAGAIN); in mq_receive()
Dpx_pth_create.c157 return(EAGAIN); in pthread_create()
220 return(EAGAIN); in pthread_create()
Derrno.h72 #define EAGAIN 11 macro
Dpx_pth_kill.c191 posix_set_pthread_errno(EAGAIN); in pthread_kill()
218 posix_set_pthread_errno(EAGAIN); in pthread_kill()
/ThreadX-v6.2.1/ports/linux/gnu/src/
Dtx_thread_schedule.c225 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
253 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()
/ThreadX-v6.2.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c484 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
508 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()