Home
last modified time | relevance | path

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

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