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.cpp2060 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()
Dunistd_test.cpp1339 ASSERT_EQ(EPERM, errno); in TEST()
/bionic/tests/headers/posix/
Derrno_h.c101 MACRO(EPERM); in errno_h()
/bionic/libc/bionic/
Dpthread_rwlock.cpp492 return EPERM; in pthread_rwlock_unlock()
509 return EPERM; in pthread_rwlock_unlock()
Dstrerror.cpp48 [EPERM] = "Operation not permitted",
Dpthread_mutex.cpp208 return EPERM; in PIMutexUnlock()
872 return EPERM; in pthread_mutex_unlock()