Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs183 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 Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h35 #define EDEADLK 35 macro
58 #define EDEADLOCK EDEADLK
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/lwip/src/include/lwip/
H A Derrno.h82 #define EDEADLK 35 /* Resource deadlock would occur */ macro
106 #define EDEADLOCK EDEADLK
/third_party/musl/arch/generic/bits/
H A Derrno.h35 #define EDEADLK 35 macro
58 #define EDEADLOCK EDEADLK
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_mutex_timedlock.c64 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 Dpthread_mutex_timedlock.c48 case EDEADLK: in pthread_mutex_timedlock_pi()
78 return EDEADLK; in __pthread_mutex_timedlock()
/third_party/musl/src/thread/
H A Dpthread_mutex_timedlock.c49 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 D3-2.c41 EDEADLK, "EDEADLK", EDEADLK,}, {
H A D4-1.c36 EDEADLK, "EDEADLK"}, {
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_pthread.c99 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 Dthreads_pthread.c101 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 D4-2.c53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D5-1.c15 * 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 D3-1.c10 * [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 D2-1.c43 } else if (rc == EDEADLK) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H A D3-1.c10 * [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 Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h35 #define EDEADLK 35 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h35 #define EDEADLK 35 macro

Completed in 12 milliseconds

12345