HomeSort by relevance Sort by last modified time
    Searched refs:EDEADLK (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-2.c 53 if (pthread_join(new_th, NULL) == EDEADLK) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
5-1.c 15 * or the other valid error codes of EINVAL, ESRCH or EDEADLK,
43 if ((ret != EINVAL) && (ret != ESRCH) && (ret != EDEADLK)) {
  /bionic/libc/bionic/
pthread_join.cpp 38 return EDEADLK;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
2-1.c 44 } else if (rc == EDEADLK) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
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
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");
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 22 #define EDEADLK 35
45 #define EDEADLOCK EDEADLK
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 7 #define EDEADLK 35 /* Resource deadlock would occur */
40 #define EDEADLOCK EDEADLK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 6 #define EDEADLK 35 /* Resource deadlock would occur */
30 #define EDEADLOCK EDEADLK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 55 #define EDEADLK 36
71 #define EDEADLOCK EDEADLK
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 52 assert(e.code().value() == EDEADLK);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 51 assert(e.code().value() == EDEADLK);
  /external/libusb/msvc/
errno.h 61 #define EDEADLK 36
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
3-1.c 10 * [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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 52 assert(e.code().value() == EDEADLK);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 51 assert(e.code().value() == EDEADLK);
  /external/syslinux/com32/include/
errno.h 40 #define EDEADLK 35 /* Resource deadlock would occur */
64 #define EDEADLOCK EDEADLK
  /external/libcxx/include/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 41 EDEADLK, "EDEADLK", EDEADLK,}, {
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 113 #define EDEADLK 35 /* Resource deadlock would occur */
137 #define EDEADLOCK EDEADLK
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 376 #ifndef EDEADLK
377 #define EDEADLK 9975

Completed in 855 milliseconds

1 2 3 4 5 6 7