Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/libc/gen/
Dnice.c66 errno = EPERM; in __weak_alias()
/bionic/libc/kernel/common/asm-generic/
Derrno-base.h21 #define EPERM 1 macro
/bionic/libc/bionic/
Dpthread-rwlocks.c311 ret = EPERM; in pthread_rwlock_unlock()
325 ret = EPERM; in pthread_rwlock_unlock()
Dpthread.c695 return EPERM; in pthread_mutex_unlock_impl()
/bionic/libc/include/sys/
D_errdefs.h40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )