Searched refs:EPERM (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | kvm_para.h | 25 #define KVM_EPERM EPERM
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | nice.c | 66 errno = EPERM; in __weak_alias()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | errno-base.h | 21 #define EPERM 1 macro
|
/bionic/tests/ |
D | membarrier_test.cpp | 95 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()
|
D | sys_prctl_test.cpp | 94 EXPECT_EQ(EPERM, errno); in TEST()
|
D | pthread_test.cpp | 1863 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()
|
D | unistd_test.cpp | 1264 ASSERT_EQ(EPERM, errno); in TEST()
|
/bionic/tests/headers/posix/ |
D | errno_h.c | 101 MACRO(EPERM); in errno_h()
|
/bionic/libc/bionic/ |
D | strerror.cpp | 48 [EPERM] = "Operation not permitted",
|
D | pthread_rwlock.cpp | 468 return EPERM; in pthread_rwlock_unlock() 485 return EPERM; in pthread_rwlock_unlock()
|
D | pthread_mutex.cpp | 208 return EPERM; in PIMutexUnlock() 863 return EPERM; in pthread_mutex_unlock()
|