/third_party/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.
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 183 EDEADLK => "Resource deadlock would occur", in desc() 1159 EDEADLK = libc::EDEADLK, enumerator 1262 pub const EDEADLOCK: Errno = Errno::EDEADLK; 1304 libc::EDEADLK => EDEADLK, in from_i32() 1425 EDEADLK = libc::EDEADLK, enumerator 1526 pub const EDEADLOCK: Errno = Errno::EDEADLK; 1543 libc::EDEADLK => EDEADLK, in from_i32() 1661 EDEADLK = libc::EDEADLK, enumerator 1752 pub const EDEADLOCK: Errno = Errno::EDEADLK; 1770 libc::EDEADLK => EDEADLK, in from_i32() [all …]
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 35 #define EDEADLK 35 macro 58 #define EDEADLOCK EDEADLK
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 35 #define EDEADLK 35 macro 58 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 82 #define EDEADLK 35 /* Resource deadlock would occur */ macro 106 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutex_timedlock.c | 48 case EDEADLK: in pthread_mutex_timedlock_pi() 78 return EDEADLK; in __pthread_mutex_timedlock()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 41 EDEADLK, "EDEADLK", EDEADLK,}, {
|
D | 4-1.c | 36 EDEADLK, "EDEADLK"}, {
|
/third_party/musl/src/thread/ |
D | pthread_mutex_timedlock.c | 48 case EDEADLK: in pthread_mutex_timedlock_pi() 80 return EDEADLK; in __pthread_mutex_timedlock()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_mutex_timedlock.c | 64 case EDEADLK: in pthread_mutex_timedlock_pi() 96 return EDEADLK; in __pthread_mutex_timedlock_inner()
|
/third_party/openssl/crypto/ |
D | threads_pthread.c | 101 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock() 116 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | threads_pthread.c | 101 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock() 116 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 5-1.c | 43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-2.c | 53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
D | 2-1.c | 44 } else if (rc == EDEADLK) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 64 if (rc == EDEADLK) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 3-1.c | 67 if (rc == EDEADLK) { in main()
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_mutex_lock.c | 58 EXPECT_EQ("pthread_mutex_lock_0400", ret, EDEADLK); in threadfuncD()
|