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

/external/kernel-headers/original/asm-generic/
H A Derrno.h6 #define EDEADLK 35 /* Resource deadlock would occur */ macro
30 #define EDEADLOCK EDEADLK
/external/kernel-headers/original/asm-mips/
H A Derrno.h27 #define EDEADLK 45 /* Resource deadlock would occur */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h189 resource_deadlock_would_occur, // EDEADLK
430 # ifndef EDEADLK
431 # define EDEADLK 36 macro
585 resource_deadlock_would_occur = EDEADLK,
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingPthreads.cpp217 if (joinResult == EDEADLK)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java75 public static final int EDEADLK = placeholder(); field in class:OsConstants
521 if (errno == EDEADLK) {
522 return "EDEADLK";
/external/valgrind/main/include/vki/
H A Dvki-darwin.h532 #define VKI_EDEADLK EDEADLK
/external/libxml2/
H A DxmlIO.c161 "Resource deadlock avoided",/* EDEADLK */
293 #ifdef EDEADLK
294 else if (errno == EDEADLK) code = XML_IO_EDEADLK;
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c181 case EDEADLK: return "EDEADLK: Resource deadlock would occur";
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c591 case EDEADLK: return "EDEADLK: Resource deadlock would occur";
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c389 if (errno != EDEADLK) {
/external/sqlite/dist/orig/
H A Dsqlite3.c25725 /* EDEADLK is only possible if a call to fcntl(F_SETLKW) is made. And
25728 ** this case is also commented out. If the system does set errno to EDEADLK,
25731 case EDEADLK:
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25736 /* EDEADLK is only possible if a call to fcntl(F_SETLKW) is made. And
25739 ** this case is also commented out. If the system does set errno to EDEADLK,
25742 case EDEADLK:
[all...]

Completed in 623 milliseconds