Home
last modified time | relevance | path

Searched refs:EDEADLOCK (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/arch/generic/bits/
Derrno.h58 #define EDEADLOCK EDEADLK macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h58 #define EDEADLOCK 58 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h59 #define EDEADLOCK EDEADLK macro
/third_party/lwip/src/include/lwip/
Derrno.h106 #define EDEADLOCK EDEADLK macro
/third_party/musl/arch/mips64/bits/
Derrno.h53 #define EDEADLOCK 56 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h59 #define EDEADLOCK EDEADLK macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h53 #define EDEADLOCK 56 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h58 #define EDEADLOCK EDEADLK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h59 #define EDEADLOCK EDEADLK macro
/third_party/musl/arch/mips/bits/
Derrno.h53 #define EDEADLOCK 56 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h58 #define EDEADLOCK 58 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h59 #define EDEADLOCK EDEADLK macro
/third_party/python/Modules/
Derrnomodule.c610 #ifdef EDEADLOCK in errno_exec()
611 add_errcode("EDEADLOCK", EDEADLOCK, "Error EDEADLOCK"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst316 .. data:: EDEADLOCK
/third_party/ffmpeg/doc/
Derrno.txt37 EDEADLOCK +..++. File locking deadlock error
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c964 #ifdef EDEADLOCK
965 case EDEADLOCK: return "resource deadlock avoided";