Home
last modified time | relevance | path

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

12345678910>>...206

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc-linux-any/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc-linux-any/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libprldap/
H A Dldappr-error.c175 #ifndef EDEADLOCK
176 #define EDEADLOCK -1 macro
235 #define EDEADLOCK -1 macro
282 { PR_FILE_IS_LOCKED_ERROR, EDEADLOCK }, /* XXX: correct mapping ? */
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libprldap/
H A Dldappr-error.c162 #ifndef EDEADLOCK
163 # define EDEADLOCK -1 macro
222 # define EDEADLOCK -1 macro
270 {PR_FILE_IS_LOCKED_ERROR, EDEADLOCK}, /* XXX: correct mapping ? */
/dports/misc/visp/visp-3.4.0/3rdparty/pthreads4w/
H A D_ptw32.h188 # if defined(EDEADLOCK)
189 # define EDEADLK EDEADLOCK
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Iex/
H A DIexThrowErrnoExc.cpp332 #if defined (EDEADLOCK) && defined (EDEADLK) in throwErrnoExc()
333 #if EDEADLOCK != EDEADLK in throwErrnoExc()
334 case EDEADLOCK: in throwErrnoExc()
337 #elif defined (EDEADLOCK) in throwErrnoExc()
338 case EDEADLOCK: in throwErrnoExc()
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Iex/
H A DIexThrowErrnoExc.cpp332 #if defined (EDEADLOCK) && defined (EDEADLK) in throwErrnoExc()
333 #if EDEADLOCK != EDEADLK in throwErrnoExc()
334 case EDEADLOCK: in throwErrnoExc()
337 #elif defined (EDEADLOCK) in throwErrnoExc()
338 case EDEADLOCK: in throwErrnoExc()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Iex/
H A DIexThrowErrnoExc.cpp332 #if defined (EDEADLOCK) && defined (EDEADLK) in throwErrnoExc()
333 #if EDEADLOCK != EDEADLK in throwErrnoExc()
334 case EDEADLOCK: in throwErrnoExc()
337 #elif defined (EDEADLOCK) in throwErrnoExc()
338 case EDEADLOCK: in throwErrnoExc()
/dports/graphics/openexr/openexr-3.1.4/src/lib/Iex/
H A DIexThrowErrnoExc.cpp306 #if defined (EDEADLOCK) && defined (EDEADLK) in throwErrnoExc()
307 #if EDEADLOCK != EDEADLK in throwErrnoExc()
308 case EDEADLOCK: in throwErrnoExc()
311 #elif defined (EDEADLOCK) in throwErrnoExc()
312 case EDEADLOCK: in throwErrnoExc()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclPosixStr.c120 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
121 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
566 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK))
567 case EDEADLOCK: return "resource deadlock avoided";
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclPosixStr.c120 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
121 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
566 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK))
567 case EDEADLOCK: return "resource deadlock avoided";
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclPosixStr.c120 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
121 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
566 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK))
567 case EDEADLOCK: return "resource deadlock avoided";
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclPosixStr.c120 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
121 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
569 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK))
570 case EDEADLOCK: return "resource deadlock avoided";
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/stdc/
H A Derrno.d204 enum EDEADLOCK = EDEADLK; /// Resource deadlock would occur in version() local
268 enum EDEADLOCK = EDEADLK; /// in version() local
371 enum EDEADLOCK = EDEADLK; /// in version() local
462 enum EDEADLOCK = EDEADLK; /// in version() local
575 enum EDEADLOCK = 56; /// in version() local
685 enum EDEADLOCK = 58; /// in version() local
788 enum EDEADLOCK = EDEADLK; /// in version() local
941 enum EDEADLOCK = 108; /// in version() local
995 enum EDEADLOCK = EDEADLK; /// in version() local
1644 enum EDEADLOCK = 56 /** file locking deadlock error */; in version() local
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/stdc/
H A Derrno.d204 enum EDEADLOCK = EDEADLK; /// Resource deadlock would occur in version() local
268 enum EDEADLOCK = EDEADLK; /// in version() local
371 enum EDEADLOCK = EDEADLK; /// in version() local
462 enum EDEADLOCK = EDEADLK; /// in version() local
575 enum EDEADLOCK = 56; /// in version() local
685 enum EDEADLOCK = 58; /// in version() local
788 enum EDEADLOCK = EDEADLK; /// in version() local
941 enum EDEADLOCK = 108; /// in version() local
995 enum EDEADLOCK = EDEADLK; /// in version() local
1644 enum EDEADLOCK = 56 /** file locking deadlock error */; in version() local
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/stdc/
H A Derrno.d204 enum EDEADLOCK = EDEADLK; /// Resource deadlock would occur in version() local
268 enum EDEADLOCK = EDEADLK; /// in version() local
371 enum EDEADLOCK = EDEADLK; /// in version() local
462 enum EDEADLOCK = EDEADLK; /// in version() local
575 enum EDEADLOCK = 56; /// in version() local
685 enum EDEADLOCK = 58; /// in version() local
788 enum EDEADLOCK = EDEADLK; /// in version() local
941 enum EDEADLOCK = 108; /// in version() local
995 enum EDEADLOCK = EDEADLK; /// in version() local
1644 enum EDEADLOCK = 56 /** file locking deadlock error */; in version() local
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclPosixStr.c116 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
117 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
563 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoMsg()
564 case EDEADLOCK: return "resource deadlock avoided"; in Tcl_ErrnoMsg()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclPosixStr.c119 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
120 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
581 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoMsg()
582 case EDEADLOCK: return "resource deadlock avoided"; in Tcl_ErrnoMsg()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclPosixStr.c119 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoId()
120 case EDEADLOCK: return "EDEADLOCK"; in Tcl_ErrnoId()
581 #if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK)) in Tcl_ErrnoMsg()
582 case EDEADLOCK: return "resource deadlock avoided"; in Tcl_ErrnoMsg()

12345678910>>...206