Searched refs:EPERM (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | kvm_para.h | 13 #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 | 9 #define EPERM 1 macro
|
/bionic/tests/ |
D | string_posix_strerror_r_test.cpp | 61 ASSERT_EQ(ERANGE, posix_strerror_r(EPERM, buf, 2)); in TEST()
|
D | membarrier_test.cpp | 94 ASSERT_ERRNO(EPERM); in TestRegisterAndBarrierCommands()
|
D | sys_prctl_test.cpp | 89 EXPECT_ERRNO(EPERM); in TEST()
|
D | pthread_test.cpp | 2139 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal() 2151 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck() 2161 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockErrorCheck() 2168 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive() 2170 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive() 2177 ASSERT_EQ(EPERM, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockRecursive() 3025 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST() 3046 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST() 3068 if (rc == EPERM) GTEST_SKIP() << "pthread_setschedparam failed with EPERM"; in TEST()
|
D | unistd_test.cpp | 1415 ASSERT_ERRNO(EPERM); in TEST()
|
/bionic/tests/headers/posix/ |
D | errno_h.c | 101 MACRO(EPERM); in errno_h()
|
/bionic/libc/bionic/ |
D | pthread_rwlock.cpp | 493 return EPERM; in pthread_rwlock_unlock() 510 return EPERM; in pthread_rwlock_unlock()
|
D | pthread_mutex.cpp | 208 return EPERM; in PIMutexUnlock() 872 return EPERM; in pthread_mutex_unlock()
|
/bionic/libc/private/ |
D | bionic_errdefs.h | 39 __BIONIC_ERRDEF(EPERM, "Operation not permitted")
|