Home
last modified time | relevance | path

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

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
Dcoverage.txt5 -- EDEADLK: A deadlock condition was detected.
11 TODO: Help create a test case for the EDEADLK ERROR code.
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h6 #define EDEADLK 35 /* Resource deadlock would occur */ macro
39 #define EDEADLOCK EDEADLK
/external/syslinux/com32/include/
Derrno.h40 #define EDEADLK 35 /* Resource deadlock would occur */ macro
64 #define EDEADLOCK EDEADLK
/external/syslinux/core/lwip/src/include/lwip/
Darch.h113 #define EDEADLK 35 /* Resource deadlock would occur */ macro
137 #define EDEADLOCK EDEADLK
/external/libcxx/include/
Derrno.h376 #ifndef EDEADLK
377 #define EDEADLK 9975 macro
D__mutex_base225 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
237 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
250 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
263 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c41 EDEADLK, "EDEADLK", EDEADLK,}, {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-2.c53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D5-1.c43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D2-1.c44 } else if (rc == EDEADLK) { in main()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp79 #ifndef EDEADLK
80 #error EDEADLK not defined
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c65 if (rc == EDEADLK) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-1.c68 if (rc == EDEADLK) { in main()
/external/libusb/msvc/
Derrno.h61 #define EDEADLK 36 macro
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock.pass.cpp51 assert(e.code().value() == EDEADLK); in main()
Dtry_lock_for.pass.cpp56 assert(e.code().value() == EDEADLK); in main()
Dlock.pass.cpp50 assert(e.code().value() == EDEADLK); in f()
Dtry_lock_until.pass.cpp56 assert(e.code().value() == EDEADLK); in main()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dtry_lock.pass.cpp52 assert(e.code().value() == EDEADLK); in main()
Dtry_lock_for.pass.cpp57 assert(e.code().value() == EDEADLK); in main()
Dtry_lock_until.pass.cpp57 assert(e.code().value() == EDEADLK); in main()
/external/strace/tests-mx32/
Derrno2name.c119 #ifdef EDEADLK in errno2name()
120 CASE(EDEADLK); in errno2name()
/external/strace/tests-m32/
Derrno2name.c119 #ifdef EDEADLK in errno2name()
120 CASE(EDEADLK); in errno2name()
/external/strace/tests/
Derrno2name.c119 #ifdef EDEADLK in errno2name()
120 CASE(EDEADLK); in errno2name()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h27 #define EDEADLK 45 /* Resource deadlock would occur */ macro

123