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

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-2.c53 if (pthread_join(new_th, NULL) == EDEADLK) {
/external/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)) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D2-1.c44 } else if (rc == EDEADLK) {
/external/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
48 * EDEADLK, but it may also return successfully. */
65 if (rc == EDEADLK) {
66 printf("main: correctly got EDEADLK\n");
79 ("Test PASSED: Note*: Returned 0 instead of EDEADLK, but standard specified _may_ fail.\n");
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h7 #define EDEADLK 35 /* Resource deadlock would occur */ macro
40 #define EDEADLOCK EDEADLK
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dtry_lock.pass.cpp52 assert(e.code().value() == EDEADLK);
H A Dlock.pass.cpp64 assert(e.code().value() == EDEADLK);
H A Dtry_lock_for.pass.cpp57 assert(e.code().value() == EDEADLK);
H A Dtry_lock_until.pass.cpp57 assert(e.code().value() == EDEADLK);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dtry_lock.pass.cpp51 assert(e.code().value() == EDEADLK);
H A Dlock.pass.cpp50 assert(e.code().value() == EDEADLK);
H A Dtry_lock_for.pass.cpp56 assert(e.code().value() == EDEADLK);
H A Dtry_lock_until.pass.cpp56 assert(e.code().value() == EDEADLK);
/external/libusb/msvc/
H A Derrno.h61 #define EDEADLK 36 macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H A D3-1.c10 * [EDEADLK] The calling thread already holds the lock.
31 ("Test PASSED: *Note: Did not return EDEADLK when re-locking a spinlock already in use, but standard says 'may' fail\n");
68 if (rc == EDEADLK) {
70 ("main: correctly got EDEADLK when re-locking the spin lock\n");
75 ("Test PASSED: *Note: Did not return EDEADLK when re-locking a spinlock already in use, but standard says 'may' fail\n");
/external/syslinux/com32/include/
H A Derrno.h40 #define EDEADLK 35 /* Resource deadlock would occur */ macro
64 #define EDEADLOCK EDEADLK
/external/libcxx/include/
H A Derrno.h376 #ifndef EDEADLK
377 #define EDEADLK 9975 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c41 EDEADLK, "EDEADLK", EDEADLK,}, {
H A D4-1.c36 EDEADLK, "EDEADLK"}, {
H A D3-1-buildonly.c27 int dummy16 = EDEADLK;
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h113 #define EDEADLK 35 /* Resource deadlock would occur */ macro
137 #define EDEADLOCK EDEADLK
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h28 #define EDEADLK 45 /* Resource deadlock would occur */ macro
/external/python/cpython2/Lib/plat-irix5/
H A DERRNO.py53 EDEADLK = 45 variable
/external/python/cpython2/Lib/plat-irix6/
H A DERRNO.py57 EDEADLK = 45 variable
/external/tensorflow/tensorflow/core/platform/posix/
H A Derror.cc140 case EDEADLK: // Resource deadlock avoided

Completed in 1504 milliseconds

123