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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h65 # define EDEADLK 36 macro
66 # define EDEADLOCK EDEADLK
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h65 # define EDEADLK 36 macro
66 # define EDEADLOCK EDEADLK
/vbox/include/iprt/
H A Derrno.h112 #ifndef EDEADLK
114 # define EDEADLK (11) macro
116 # define EDEADLK (35) macro
118 # define EDEADLK (36) macro
120 # define EDEADLK (45) macro
124 # define EDEADLOCK EDEADLK
196 /* 35 - also EAGAIN on BSD and EDEADLK on Linux. */
209 /* 36 - Also EDEADLK on Windows. */
273 /* 45 - also EDEADLK on Solaris, EL2NSYNC on Linux. */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h95 #define EDEADLK 35 /* Resource deadlock would occur */ macro
119 #define EDEADLOCK EDEADLK
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h113 #define EDEADLK 35 /* Resource deadlock would occur */ macro
137 #define EDEADLOCK EDEADLK
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp157 #ifdef EDEADLK
158 case EDEADLK: return VERR_DEADLOCK;
H A DRTErrConvertToErrno.cpp160 #ifdef EDEADLK
161 case VERR_DEADLOCK: return EDEADLK;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h62 #define EDEADLK __EDEADLK /* 11 Resource deadlock avoided */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c98 case EDEADLK: /* Resource deadlock would occur */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix_errors.c92 case EDEADLK:
826 case EDEADLK:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos_errors.c120 case EDEADLK:
469 case EDEADLK:
520 case EDEADLK:
1481 case EDEADLK:
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h437 #define EDEADLK __einfo_error ( EINFO_EDEADLK ) macro
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c155 "Resource deadlock avoided",/* EDEADLK */
287 #ifdef EDEADLK
288 else if (errno == EDEADLK) code = XML_IO_EDEADLK;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c660 case EDEADLK: /* a thread joining with itself */

Completed in 2511 milliseconds