Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mx_unlock.c96 posix_errno = EPERM; in pthread_mutex_unlock()
97 posix_set_pthread_errno(EPERM); in pthread_mutex_unlock()
98 retval = EPERM; in pthread_mutex_unlock()
Derrno.h190 #define EPERM 2222 macro