Home
last modified time | relevance | path

Searched defs:hThread (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/
H A Dthreaddefines.h62 #define THREAD_START( function, arg, hThread, syncHandle, status ) { \ argument
77 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
111 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
155 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
164 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
177 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
204 #define THREAD_START( function, arg, hThread, syncHandle, status ) \ argument
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dbasemsw.cpp46 WXDWORD wxAppTraits::DoSimpleWaitForThread(WXHANDLE hThread) in DoSimpleWaitForThread()
74 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dbasemsw.cpp46 WXDWORD wxAppTraits::DoSimpleWaitForThread(WXHANDLE hThread) in DoSimpleWaitForThread()
74 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py634 def GetThreadSelectorEntry(hThread, dwSelector): argument
648 def GetThreadContext(hThread, ContextFlags = None, raw = False): argument
667 def SetThreadContext(hThread, lpContext): argument
682 def Wow64GetThreadSelectorEntry(hThread, dwSelector): argument
695 def Wow64ResumeThread(hThread): argument
708 def Wow64SuspendThread(hThread): argument
725 def Wow64GetThreadContext(hThread, ContextFlags = None): argument
745 def Wow64SetThreadContext(hThread, lpContext): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py634 def GetThreadSelectorEntry(hThread, dwSelector): argument
648 def GetThreadContext(hThread, ContextFlags = None, raw = False): argument
667 def SetThreadContext(hThread, lpContext): argument
682 def Wow64GetThreadSelectorEntry(hThread, dwSelector): argument
695 def Wow64ResumeThread(hThread): argument
708 def Wow64SuspendThread(hThread): argument
725 def Wow64GetThreadContext(hThread, ContextFlags = None): argument
745 def Wow64SetThreadContext(hThread, lpContext): argument
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py634 def GetThreadSelectorEntry(hThread, dwSelector): argument
648 def GetThreadContext(hThread, ContextFlags = None, raw = False): argument
667 def SetThreadContext(hThread, lpContext): argument
682 def Wow64GetThreadSelectorEntry(hThread, dwSelector): argument
695 def Wow64ResumeThread(hThread): argument
708 def Wow64SuspendThread(hThread): argument
725 def Wow64GetThreadContext(hThread, ContextFlags = None): argument
745 def Wow64SetThreadContext(hThread, lpContext): argument
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py634 def GetThreadSelectorEntry(hThread, dwSelector): argument
648 def GetThreadContext(hThread, ContextFlags = None, raw = False): argument
667 def SetThreadContext(hThread, lpContext): argument
682 def Wow64GetThreadSelectorEntry(hThread, dwSelector): argument
695 def Wow64ResumeThread(hThread): argument
708 def Wow64SuspendThread(hThread): argument
725 def Wow64GetThreadContext(hThread, ContextFlags = None): argument
745 def Wow64SetThreadContext(hThread, lpContext): argument
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/synch/test/
H A DTestSynchCritical.c48 HANDLE hThread = (HANDLE)(ULONG_PTR)GetCurrentThreadId(); in TestSynchCritical_Test1() local
106 HANDLE hThread; in TestSynchCritical_Main() local
313 HANDLE hThread; in TestSynchCritical() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dbasemsw.cpp72 WXDWORD wxAppTraits::DoSimpleWaitForThread(WXHANDLE hThread) in DoSimpleWaitForThread()
100 WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/common/win/OldCC/
H A Dsecure.cxx121 HANDLE hThread = GetCurrentThread(); in SecureClient() local
147 HANDLE hThread = GetCurrentThread(); in ~SecureClient() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dapptrait.h81 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread()
107 virtual WXDWORD WaitForThread(WXHANDLE hThread, int WXUNUSED(flags)) in WaitForThread()
/dports/security/krb5/krb5-1.19.2/src/ccapi/common/win/OldCC/
H A Dsecure.cxx121 HANDLE hThread = GetCurrentThread(); in SecureClient() local
147 HANDLE hThread = GetCurrentThread(); in ~SecureClient() local
/dports/graphics/photivo/photivo/Sources/filemgmt/
H A DptThumbGenMgr.cpp62 for (auto& hThread: FThreadpool) { in ~ptThumbGenMgr() local
65 for (auto& hThread: FThreadpool) { in ~ptThumbGenMgr() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/ipc/
H A DThread.h78 HANDLE hThread; // Windows threads variable
80 pthread_t hThread; // POSIX threads variable
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dsreqresp.c226 HANDLE hThread; in testSessionHTTPCertstoreClientServer() local
562 HANDLE hThread; in testSessionRTCSClientServer() local
1002 HANDLE hThread; in testSessionOCSPClientServer() local
1021 HANDLE hThread; in testSessionOCSPMulticertClientServer() local
1382 HANDLE hThread; in testSessionTSPClientServer() local
1409 HANDLE hThread; in testSessionTSPClientServerPersistent() local
H A Ds_cmp.c2036 HANDLE hThread; in testSessionCMPClientServer() local
2064 HANDLE hThread; in testSessionCMPSHA2ClientServer() local
2106 HANDLE hThread; in testSessionCMPPKIBootClientServer() local
2145 HANDLE hThread; in testSessionPNPPKIClientServer() local
2175 HANDLE hThread; in testSessionPNPPKIDeviceClientServer() local
2201 HANDLE hThread; in testSessionPNPPKICAClientServer() local
2227 HANDLE hThread; in testSessionPNPPKIIntermedCAClientServer() local
2253 HANDLE hThread; in testSessionCMPRAClientServer() local
2279 HANDLE hThread; in testSessionCMPFailClientServer() local
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/thread/
H A Dthread.c606 BOOL GetExitCodeThread(HANDLE hThread, LPDWORD lpExitCode) in GetExitCodeThread()
669 DWORD QueueUserAPC(PAPCFUNC pfnAPC, HANDLE hThread, ULONG_PTR dwData) in QueueUserAPC()
707 DWORD ResumeThread(HANDLE hThread) in ResumeThread()
738 DWORD SuspendThread(HANDLE hThread) in SuspendThread()
757 BOOL TerminateThread(HANDLE hThread, DWORD dwExitCode) in TerminateThread()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/thread/
H A Dwin32thread.h51 HANDLE hThread; variable
/dports/sysutils/rsyncrypto/rsyncrypto-1.14/win32/
H A Dprocess.h14 autohandle hThread; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DPROCESS_INFORMATION.java20 public long hThread; field in PROCESS_INFORMATION
/dports/devel/R-cran-BH/BH/inst/include/boost/winapi/
H A Dget_thread_times.hpp39 HANDLE_ hThread, in GetThreadTimes()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/winapi/
H A Dget_thread_times.hpp39 HANDLE_ hThread, in GetThreadTimes()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/winapi/
H A Dget_thread_times.hpp39 HANDLE_ hThread, in GetThreadTimes()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/winapi/
H A Dget_thread_times.hpp37 HANDLE_ hThread, in GetThreadTimes()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/winapi/
H A Dget_thread_times.hpp37 HANDLE_ hThread, in GetThreadTimes()

12345678910>>...33