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 | 2060 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal() 2072 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck() 2082 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockErrorCheck() 2089 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive() 2091 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive() 2098 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockRecursive() 2918 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST() 2939 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST() 2961 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST()
|
D | unistd_test.cpp | 1339 ASSERT_EQ(EPERM, errno); in TEST()
|
/bionic/tests/headers/posix/ |
D | errno_h.c | 101 MACRO(EPERM); in errno_h()
|
/bionic/libc/bionic/ |
D | pthread_rwlock.cpp | 492 return EPERM; in pthread_rwlock_unlock() 509 return EPERM; in pthread_rwlock_unlock()
|
D | strerror.cpp | 48 [EPERM] = "Operation not permitted",
|
D | pthread_mutex.cpp | 208 return EPERM; in PIMutexUnlock() 872 return EPERM; in pthread_mutex_unlock()
|