/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 183 EDEADLK => "Resource deadlock would occur", 1159 EDEADLK = libc::EDEADLK, 1262 pub const EDEADLOCK: Errno = Errno::EDEADLK; 1304 libc::EDEADLK => EDEADLK, 1425 EDEADLK = libc::EDEADLK, 1526 pub const EDEADLOCK: Errno = Errno::EDEADLK; 1543 libc::EDEADLK [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 35 #define EDEADLK 35 macro 58 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 36 #define EDEADLK 35 macro 59 #define EDEADLOCK EDEADLK
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 82 #define EDEADLK 35 /* Resource deadlock would occur */ macro 106 #define EDEADLOCK EDEADLK
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 35 #define EDEADLK 35 macro 58 #define EDEADLOCK EDEADLK
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_mutex_timedlock.c | 64 case EDEADLK: in pthread_mutex_timedlock_pi() 96 return EDEADLK; in __pthread_mutex_timedlock_inner()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_mutex_timedlock.c | 48 case EDEADLK: in pthread_mutex_timedlock_pi() 78 return EDEADLK; in __pthread_mutex_timedlock()
|
/third_party/musl/src/thread/ |
H A D | pthread_mutex_timedlock.c | 49 case EDEADLK: in pthread_mutex_timedlock_pi() 83 return EDEADLK; in __pthread_mutex_timedlock_inner()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 41 EDEADLK, "EDEADLK", EDEADLK,}, {
|
H A D | 4-1.c | 36 EDEADLK, "EDEADLK"}, {
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | threads_pthread.c | 99 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock() 114 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
|
/third_party/openssl/crypto/ |
H A 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_detach/ |
H A D | 4-2.c | 53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 5-1.c | 15 * or the other valid error codes of EINVAL, ESRCH or EDEADLK, 43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
H A D | 3-1.c | 10 * [EDEADLK] The current thread already owns the rwlock for writing or reading. 16 * 4. Test if returns EDEADLK or not. Note the standard states "may" fail, so the test always 47 * EDEADLK, but it may also return successfully. */ in main() 64 if (rc == EDEADLK) { in main() 65 printf("main: correctly got EDEADLK\n"); in main() 78 ("Test PASSED: Note*: Returned 0 instead of EDEADLK, but standard specified _may_ fail.\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 2-1.c | 43 } else if (rc == EDEADLK) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
H A D | 3-1.c | 10 * [EDEADLK] The calling thread already holds the lock. 30 ("Test PASSED: *Note: Did not return EDEADLK when re-locking a spinlock already in use, but standard says 'may' fail\n"); in sig_handler() 67 if (rc == EDEADLK) { in main() 69 ("main: correctly got EDEADLK when re-locking the spin lock\n"); in main() 74 ("Test PASSED: *Note: Did not return EDEADLK when re-locking a spinlock already in use, but standard says 'may' fail\n"); in main()
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 45 #define EDEADLK 45 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 35 #define EDEADLK 35 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 35 #define EDEADLK 35 macro
|