Home
last modified time | relevance | path

Searched refs:CreateMutexEx (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/security/py-angr/angr-9.0.5405/angr/procedures/win32/
H A Dmutex.py7 class CreateMutexEx(CreateMutexA): class
/dports/misc/visp/visp-3.4.0/modules/robot/src/robot-simulator/
H A DvpSimulatorAfma6.cpp73 mutex_fMi = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
74 mutex_artVel = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
75 mutex_artCoord = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
76 mutex_velocity = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
77 mutex_display = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
126 mutex_fMi = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
127 mutex_artVel = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
128 mutex_artCoord = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
129 mutex_velocity = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
130 mutex_display = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorAfma6()
H A DvpSimulatorViper850.cpp73 mutex_fMi = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
74 mutex_artVel = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
75 mutex_artCoord = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
76 mutex_velocity = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
77 mutex_display = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
126 mutex_fMi = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
127 mutex_artVel = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
128 mutex_artCoord = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
129 mutex_velocity = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
130 mutex_display = CreateMutexEx(NULL, NULL, 0, NULL); in vpSimulatorViper850()
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpMutex.h83 m_mutex = CreateMutexEx(NULL, NULL, 0, NULL); in vpMutex()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsynchapi.h89 #define CreateMutexEx __MINGW_NAME_AW(CreateMutexEx) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsynchapi.h89 #define CreateMutexEx __MINGW_NAME_AW(CreateMutexEx) macro
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DMutex.Windows.cs29 …SafeWaitHandle mutexHandle = Interop.mincore.CreateMutexEx(IntPtr.Zero, name, mutexFlags, AccessRi… in CreateMutexCore()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Windows/mincore/
H A DInterop.Threading.cs20 …internal extern static SafeWaitHandle CreateMutexEx(IntPtr lpMutexAttributes, string lpName, uint … in CreateMutexEx() method in Interop.mincore
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dwindows.cpp146 hMutex2 = CreateMutexEx(NULL, NULL, 0, MUTEX_ALL_ACCESS); in validCode()
513 hMutex = CreateMutexEx(NULL, "sem", 0, MUTEX_ALL_ACCESS); in resourceLeak_CreateMutexEx()
653 hMutex = CreateMutexEx(NULL, NULL, 3, MUTEX_ALL_ACCESS); in invalidFunctionArg()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/
H A Dwindows.cpp146 hMutex2 = CreateMutexEx(NULL, NULL, 0, MUTEX_ALL_ACCESS); in validCode()
513 hMutex = CreateMutexEx(NULL, "sem", 0, MUTEX_ALL_ACCESS); in resourceLeak_CreateMutexEx()
653 hMutex = CreateMutexEx(NULL, NULL, 3, MUTEX_ALL_ACCESS); in invalidFunctionArg()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dsynch.h63 #define CreateMutexEx CreateMutexExW macro
67 #define CreateMutexEx CreateMutexExA macro
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/third_party/moonlight-common-c/src/
H A DPlatform.c129 *mutex = CreateMutexEx(NULL, NULL, 0, MUTEX_ALL_ACCESS);
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dd3d11_fmt.c339 out->context_mutex = CreateMutexEx( NULL, NULL, 0, SYNCHRONIZE ); in D3D11_CreateDevice()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DwiTest.cpp1335 mutex_t m2(::CreateMutexEx(nullptr, nullptr, 0, 0)); in MutexTestCommon()
1337 wil::unique_handle h1(::CreateMutexEx(nullptr, nullptr, 0, 0)); in MutexTestCommon()
1350 auto hFill = ::CreateMutexEx(nullptr, nullptr, 0, 0); in MutexTestCommon()
/dports/www/firefox-esr/firefox-91.8.0/config/
H A Dwindows-h-unicode.decls.h96 HANDLE CreateMutexEx(LPSECURITY_ATTRIBUTES, LPCTSTR, DWORD, DWORD);
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A Dwindows-h-unicode.decls.h96 HANDLE CreateMutexEx(LPSECURITY_ATTRIBUTES, LPCTSTR, DWORD, DWORD);
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A Dwindows-h-unicode.decls.h96 HANDLE CreateMutexEx(LPSECURITY_ATTRIBUTES, LPCTSTR, DWORD, DWORD);
/dports/www/firefox/firefox-99.0/config/
H A Dwindows-h-unicode.decls.h96 HANDLE CreateMutexEx(LPSECURITY_ATTRIBUTES, LPCTSTR, DWORD, DWORD);
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go2139 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1361 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1393 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/devel/awless/sys-33540a1f6037/windows/
H A Dzsyscall_windows.go2197 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/textproc/uni/uni-2.4.0/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1361 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/golang.org/x/sys/sys-33540a1f6037/windows/
H A Dzsyscall_windows.go2197 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func
/dports/devel/gh/cli-2.4.0/vendor/github.com/AlecAivazis/survey/v2/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1361 func CreateMutexEx(mutexAttrs *SecurityAttributes, name *uint16, flags uint32, desiredAccess uint32… func

12345678910