Searched refs:EDEADLK (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_mutex.c87 expect( pthread_mutex_lock( &lock ), EDEADLK ); local
90 expect( pthread_mutex_trylock( &lock ), EDEADLK ); local
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c35 /* Posix states that EDEADLK should be returned in case a deadlock condition
42 # define ERRNO_PTHREAD_EDEADLK EDEADLK
H A Dtest_pthread_mutex.c36 /* Posix states that EDEADLK should be returned in case a deadlock condition
43 # define ERRNO_PTHREAD_EDEADLK EDEADLK

Completed in 184 milliseconds