/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/ |
D | coverage.txt | 5 -- 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/ |
D | errno.h | 7 #define EDEADLK 35 /* Resource deadlock would occur */ macro 40 #define EDEADLOCK EDEADLK
|
/external/u-boot/include/linux/ |
D | errno.h | 39 #define EDEADLK 35 /* Resource deadlock would occur */ macro 65 #define EDEADLOCK EDEADLK
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 41 EDEADLK, "EDEADLK", EDEADLK,}, {
|
/external/libcxx/include/ |
D | errno.h | 376 #ifndef EDEADLK 377 #define EDEADLK 9975 macro
|
D | __mutex_base | 221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); 233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); 246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); 259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
|
D | __errc | 87 resource_deadlock_would_occur, // EDEADLK 196 resource_deadlock_would_occur = EDEADLK,
|
D | shared_mutex | 442 __throw_system_error(EDEADLK, "shared_lock::lock: already locked"); 454 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked"); 467 __throw_system_error(EDEADLK, "shared_lock::try_lock_for: already locked"); 480 __throw_system_error(EDEADLK, "shared_lock::try_lock_until: already locked");
|
/external/u-boot/lib/ |
D | errno_str.c | 49 ERRNO_MSG(EDEADLK, "Resource deadlock would occur"), 72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 79 #ifndef EDEADLK 80 #error EDEADLK not defined
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 5-1.c | 43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-2.c | 53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
D | 2-1.c | 44 } else if (rc == EDEADLK) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 64 if (rc == EDEADLK) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 3-1.c | 67 if (rc == EDEADLK) { in main()
|
/external/libusb/msvc/ |
D | errno.h | 61 #define EDEADLK 36 macro
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
D | try_lock.pass.cpp | 52 assert(e.code().value() == EDEADLK); in main()
|
D | try_lock_for.pass.cpp | 57 assert(e.code().value() == EDEADLK); in main()
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock.pass.cpp | 51 assert(e.code().value() == EDEADLK); in main()
|
D | try_lock_for.pass.cpp | 56 assert(e.code().value() == EDEADLK); in main()
|
D | lock.pass.cpp | 52 assert(e.code().value() == EDEADLK); in f()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 430 # ifndef EDEADLK 431 # define EDEADLK 36 macro 596 resource_deadlock_would_occur = EDEADLK,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 120 #ifdef EDEADLK in errno2name() 121 CASE(EDEADLK); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 120 #ifdef EDEADLK in errno2name() 121 CASE(EDEADLK); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 120 #ifdef EDEADLK in errno2name() 121 CASE(EDEADLK); in errno2name()
|