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

1 2

  /bionic/libc/bionic/
pthread_join.cpp 36 return EDEADLK;
pthread_rwlock.cpp 51 * - This implementation will return EDEADLK in "write after write" and "read after
136 return EDEADLK;
172 return EDEADLK;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 22 #define EDEADLK 35
51 #define EDEADLOCK EDEADLK
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 17 #define EDEADLK 35
41 #define EDEADLOCK EDEADLK
  /development/ndk/platforms/android-L/include/asm-generic/
errno.h 22 #define EDEADLK 35
51 #define EDEADLOCK EDEADLK
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 115 #define EDEADLK 36
139 #define EDEADLOCK EDEADLK
pthread_join.c 80 * EDEADLK attempt to join thread with self
121 result = EDEADLK;
pthread_mutex_lock.c 118 result = EDEADLK;
225 result = EDEADLK;
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 6 #define EDEADLK 35 /* Resource deadlock would occur */
30 #define EDEADLOCK EDEADLK
  /external/chromium_org/mojo/public/cpp/utility/lib/
mutex.cc 48 assert(pthread_mutex_lock(&mutex_) == EDEADLK);
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 61 #define EDEADLK 36
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 51 assert(e.code().value() == EDEADLK);
lock.pass.cpp 48 assert(e.code().value() == EDEADLK);
try_lock_for.pass.cpp 56 assert(e.code().value() == EDEADLK);
try_lock_until.pass.cpp 56 assert(e.code().value() == EDEADLK);
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 46 assert(e.code().value() == EDEADLK);
try_lock_for.pass.cpp 51 assert(e.code().value() == EDEADLK);
lock.pass.cpp 45 assert(e.code().value() == EDEADLK);
try_lock_until.pass.cpp 51 assert(e.code().value() == EDEADLK);
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 35 #define EDEADLK 45
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 35 #define EDEADLK 45
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 35 #define EDEADLK 45
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h 35 #define EDEADLK 45
  /external/chromium_org/net/base/
net_errors_posix.cc 68 case EDEADLK: // Resource deadlock avoided.
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 27 #define EDEADLK 45 /* Resource deadlock would occur */

Completed in 3001 milliseconds

1 2