Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mx_attr_setprotocol.c91 posix_errno = ENOSYS; in pthread_mutexattr_setprotocol()
92 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setprotocol()
93 return(ENOSYS); in pthread_mutexattr_setprotocol()
Dpx_mx_attr_settype.c91 posix_errno = ENOSYS; in pthread_mutexattr_settype()
92 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_settype()
93 return(ENOSYS); in pthread_mutexattr_settype()
Dpx_mx_attr_setpshared.c89 posix_errno = ENOSYS; in pthread_mutexattr_setpshared()
90 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setpshared()
91 return(ENOSYS); in pthread_mutexattr_setpshared()
Derrno.h170 #define ENOSYS 71 macro
Dreadme_threadx_posix.txt236 Some functions may return [ENOSYS] suggesting that an attempt was made to