Home
last modified time | relevance | path

Searched refs:threadID (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dcordebug.c250 DWORD threadID, BOOL *pbSuspended) in cordebugprocess_IsOSSuspended() argument
258 DWORD threadID, ULONG32 contextSize, BYTE context[]) in cordebugprocess_GetThreadContext() argument
266 DWORD threadID, ULONG32 contextSize, BYTE context[]) in cordebugprocess_SetThreadContext() argument
292 DWORD threadID) in cordebugprocess_ClearCurrentException() argument
/reactos/win32ss/user/user32/misc/
H A Dddemisc.c281 DWORD threadID; in WDML_SetAllLastError() local
283 threadID = GetCurrentThreadId(); in WDML_SetAllLastError()
287 if (pInstance->threadID == threadID) in WDML_SetAllLastError()
861 pInstance->threadID = GetCurrentThreadId(); in WDML_Initialize()
1191 if (pInstance->threadID == tid) in WDML_NotifyThreadDetach()
1240 if (GetCurrentThreadId() != pInstance->threadID) in WDML_GetInstance()
2243 if (pConv->instance->threadID != GetCurrentThreadId()) in WDML_GetConv()
/reactos/dll/win32/browseui/
H A Ddesktopipc.cpp558 DWORD threadID; in SHOpenFolderWindow() local
574 threadHandle = CreateThread(NULL, 0x10000, BrowserThreadProc, paramsCopy, 0, &threadID); in SHOpenFolderWindow()
/reactos/win32ss/user/user32/include/
H A Ddde_private.h156 DWORD threadID; /* needed to keep instance linked to a unique thread */ member
/reactos/sdk/include/psdk/
H A Dcordebug.idl234 HRESULT IsOSSuspended([in] DWORD threadID, [out] BOOL *pbSuspended);
235 HRESULT GetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize,
237 HRESULT SetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize, [in] BYTE context[]);
240 HRESULT ClearCurrentException([in] DWORD threadID);
/reactos/sdk/lib/atl/
H A Datlbase.h1683 DWORD threadID; in AtlWinModuleExtractCreateWndData() local
1688 threadID = GetCurrentThreadId(); in AtlWinModuleExtractCreateWndData()
1693 if (currentEntry->m_dwThreadID == threadID) in AtlWinModuleExtractCreateWndData()