Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c112 posix_errno = EAGAIN; in sem_trywait()
113 posix_set_pthread_errno(EAGAIN); in sem_trywait()
Dpx_mq_receive.c179 posix_errno = EAGAIN; in mq_receive()
180 posix_set_pthread_errno(EAGAIN); in mq_receive()
Dpx_pth_create.c156 return(EAGAIN); in pthread_create()
219 return(EAGAIN); in pthread_create()
Derrno.h71 #define EAGAIN 11 macro
Dpx_pth_kill.c190 posix_set_pthread_errno(EAGAIN); in pthread_kill()
217 posix_set_pthread_errno(EAGAIN); in pthread_kill()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_schedule.c224 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
252 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c483 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
507 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()