Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dkvm_para.h13 #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.h9 #define EPERM 1 macro
/bionic/tests/
Dstring_posix_strerror_r_test.cpp61 ASSERT_EQ(ERANGE, posix_strerror_r(EPERM, buf, 2)); in TEST()
Dmembarrier_test.cpp94 ASSERT_ERRNO(EPERM); in TestRegisterAndBarrierCommands()
Dsys_prctl_test.cpp89 EXPECT_ERRNO(EPERM); in TEST()
Dpthread_test.cpp2139 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()
Dunistd_test.cpp1415 ASSERT_ERRNO(EPERM); in TEST()
/bionic/tests/headers/posix/
Derrno_h.c101 MACRO(EPERM); in errno_h()
/bionic/libc/bionic/
Dpthread_rwlock.cpp493 return EPERM; in pthread_rwlock_unlock()
510 return EPERM; in pthread_rwlock_unlock()
Dpthread_mutex.cpp208 return EPERM; in PIMutexUnlock()
872 return EPERM; in pthread_mutex_unlock()
/bionic/libc/private/
Dbionic_errdefs.h39 __BIONIC_ERRDEF(EPERM, "Operation not permitted")