Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_unlink.c93 posix_errno = EEXIST; in mq_unlink()
94 posix_set_pthread_errno(EEXIST); in mq_unlink()
Dpx_mq_open.c132 posix_errno = EEXIST; in mq_open()
133 posix_set_pthread_errno(EEXIST); in mq_open()
Dpx_sem_open.c228 posix_errno = EEXIST; in sem_open()
229 posix_set_pthread_errno(EEXIST); in sem_open()
Derrno.h100 #define EEXIST 17 macro