Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dkvm_para.h25 #define KVM_EPERM EPERM
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dnice.c66 errno = EPERM; in __weak_alias()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h21 #define EPERM 1 macro
/bionic/tests/
Dmembarrier_test.cpp95 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()
Dsys_prctl_test.cpp94 EXPECT_EQ(EPERM, errno); in TEST()
Dpthread_test.cpp1863 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal()
1875 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck()
1885 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockErrorCheck()
1892 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()
1894 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()
1901 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockRecursive()
2671 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST()
2692 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST()
2714 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST()
Dunistd_test.cpp1264 ASSERT_EQ(EPERM, errno); in TEST()
/bionic/tests/headers/posix/
Derrno_h.c101 MACRO(EPERM); in errno_h()
/bionic/libc/bionic/
Dstrerror.cpp48 [EPERM] = "Operation not permitted",
Dpthread_rwlock.cpp468 return EPERM; in pthread_rwlock_unlock()
485 return EPERM; in pthread_rwlock_unlock()
Dpthread_mutex.cpp208 return EPERM; in PIMutexUnlock()
863 return EPERM; in pthread_mutex_unlock()