Home
last modified time | relevance | path

Searched refs:EDEADLK (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Derrno.h10 #define EDEADLK 35 macro
33 #define EDEADLOCK EDEADLK
/bionic/libc/bionic/
Dpthread_join.cpp40 return EDEADLK; in pthread_join()
Dpthread_rwlock.cpp293 return EDEADLK; in __pthread_rwlock_timedrdlock()
365 return EDEADLK; in __pthread_rwlock_timedwrlock()
Dpthread_mutex.cpp164 return EDEADLK; in PIMutexTryLock()
726 return EDEADLK; in MutexLockWithTimeout()
/bionic/tests/headers/posix/
Derrno_h.c50 MACRO(EDEADLK); in errno_h()
/bionic/libc/private/
Dbionic_errdefs.h73 __BIONIC_ERRDEF(EDEADLK, "Resource deadlock would occur")
/bionic/tests/
Dpthread_test.cpp341 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), nullptr)); in TEST()
933 ASSERT_EQ(EDEADLK, pthread_rwlock_rdlock(&l)); in TEST()
938 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l)); in TEST()
2152 ASSERT_EQ(EDEADLK, pthread_mutex_lock(&m.lock)); in TestPthreadMutexLockErrorCheck()
2158 ASSERT_EQ(EDEADLK, pthread_mutex_trylock(&m.lock)); in TestPthreadMutexLockErrorCheck()