Home
last modified time | relevance | path

Searched refs:EEXIST (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_unlink.c92 posix_errno = EEXIST; in mq_unlink()
93 posix_set_pthread_errno(EEXIST); in mq_unlink()
Dpx_mq_open.c131 posix_errno = EEXIST; in mq_open()
132 posix_set_pthread_errno(EEXIST); in mq_open()
Dpx_sem_open.c227 posix_errno = EEXIST; in sem_open()
228 posix_set_pthread_errno(EEXIST); in sem_open()
Derrno.h99 #define EEXIST 17 macro