Home
last modified time | relevance | path

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

12345

/third_party/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.
/third_party/rust/crates/nix/src/
Derrno.rs183 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/
Derrno.h35 #define EDEADLK 35 macro
58 #define EDEADLOCK EDEADLK
/third_party/musl/arch/generic/bits/
Derrno.h35 #define EDEADLK 35 macro
58 #define EDEADLOCK EDEADLK
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h36 #define EDEADLK 35 macro
59 #define EDEADLOCK EDEADLK
/third_party/lwip/src/include/lwip/
Derrno.h82 #define EDEADLK 35 /* Resource deadlock would occur */ macro
106 #define EDEADLOCK EDEADLK
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_timedlock.c48 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/
D3-2.c41 EDEADLK, "EDEADLK", EDEADLK,}, {
D4-1.c36 EDEADLK, "EDEADLK"}, {
/third_party/musl/src/thread/
Dpthread_mutex_timedlock.c48 case EDEADLK: in pthread_mutex_timedlock_pi()
80 return EDEADLK; in __pthread_mutex_timedlock()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_timedlock.c64 case EDEADLK: in pthread_mutex_timedlock_pi()
96 return EDEADLK; in __pthread_mutex_timedlock_inner()
/third_party/openssl/crypto/
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/node/deps/openssl/openssl/crypto/
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_join/
D5-1.c43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-2.c53 if (pthread_join(new_th, NULL) == EDEADLK) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D2-1.c44 } else if (rc == EDEADLK) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c64 if (rc == EDEADLK) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D3-1.c67 if (rc == EDEADLK) { in main()
/third_party/musl/arch/mipsn32/bits/
Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/arch/mips/bits/
Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/arch/mips64/bits/
Derrno.h45 #define EDEADLK 45 macro
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_lock.c58 EXPECT_EQ("pthread_mutex_lock_0400", ret, EDEADLK); in threadfuncD()

12345