Home
last modified time | relevance | path

Searched refs:ERROR_NOT_OWNER (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/
H A DInterop.Errors.cs33 internal const int ERROR_NOT_OWNER = 0x120; field in Interop.Errors
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/
H A DInterop.Errors.cs33 internal const int ERROR_NOT_OWNER = 0x120; field in Interop.Errors
/dports/devel/open-beagle/beagle-3.0.3/PACC/Threading/
H A DException.cpp59 case ERROR_NOT_OWNER: lCode = eMutexNotOwned; break; in convertNativeError()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DWaitHandle.Windows.cs258 case Interop.Errors.ERROR_NOT_OWNER: in ThrowSignalOrUnsignalException()
292 case Interop.Errors.ERROR_NOT_OWNER: in ThrowWaitFailedException()
/dports/devel/apr1/apr-1.7.0/locks/win32/
H A Dthread_rwlock.c145 if (rv == APR_FROM_OS_ERROR(ERROR_NOT_OWNER)) { in apr_thread_rwlock_unlock()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/
H A DHResults.cs172 internal const int ERROR_NOT_OWNER = unchecked((int)0x80070120); field in System.HResults
/dports/sysutils/vchanger/vchanger/src/
H A Dwin32_util.c241 case ERROR_NOT_OWNER: in w32errno()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/locks/os2/
H A Dthread_rwlock.c159 if (rc == ERROR_NOT_OWNER) { in apr_thread_rwlock_unlock()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/locks/win32/
H A Dthread_rwlock.c158 if (rv == APR_FROM_OS_ERROR(ERROR_NOT_OWNER)) { in apr_thread_rwlock_unlock()
/dports/devel/apr1/apr-1.7.0/locks/os2/
H A Dthread_rwlock.c159 if (rc == ERROR_NOT_OWNER) { in apr_thread_rwlock_unlock()
/dports/devel/gmake/make-4.3/src/w32/compat/
H A Dposixfcn.c124 if (err == ERROR_NOT_OWNER) in fcntl()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Di-os2err.ads286 ERROR_NOT_OWNER : constant := 288; constant
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Di-os2err.ads286 ERROR_NOT_OWNER : constant := 288;
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dwin32_replacements.c206 case ERROR_NOT_OWNER: in win32_error_to_errno()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dmzrt.c618 if (rc == ERROR_NOT_OWNER) { in mzrt_rwlock_unlock()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dmzrt.c618 if (rc == ERROR_NOT_OWNER) { in mzrt_rwlock_unlock()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Derrors.cpp712 { ERROR_NOT_OWNER, "ERROR_NOT_OWNER" },
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinerror.h190 #define ERROR_NOT_OWNER 288L macro
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dos2top.c708 case ERROR_NOT_OWNER: return (syserr_not_owner); in OS_error_code_to_syserr()
1380 case syserr_not_owner: return (ERROR_NOT_OWNER); in syserr_to_error_code()
H A Dnttop.c729 case syserr_not_owner: return (ERROR_NOT_OWNER); in syserr_to_win32_error_code()
1451 case ERROR_NOT_OWNER: return (syserr_not_owner); in win32_error_code_to_syserr()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/physfs/src/
H A Dphysfs_platform_os2.c87 case ERROR_NOT_OWNER: in errcodeFromAPIRET()
/dports/devel/love/love-11.3/src/libraries/physfs/
H A Dphysfs_platform_os2.c87 case ERROR_NOT_OWNER: in errcodeFromAPIRET()
/dports/devel/physfs/physfs-3.0.2/src/
H A Dphysfs_platform_os2.c87 case ERROR_NOT_OWNER: in errcodeFromAPIRET()
/dports/benchmarks/fio/fio-3.29/os/windows/
H A Dposix.c146 case ERROR_NOT_OWNER: in win_to_posix_error()
/dports/net/cjdns/cjdns-cjdns-v21.1/exception/
H A DWinEr.c394 case ERROR_NOT_OWNER: in WinEr_strerror()

12345678910>>...22