Home
last modified time | relevance | path

Searched refs:GetThreadContext (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/tests/terminate/
H A Dterminate.c65 GetThreadContext(thread, &context); in main()
/reactos/modules/rostests/tests/suspend/
H A Dsuspend.c63 if(x>100 && GetThreadContext(thread, &context)) in main()
/reactos/base/applications/drwtsn32/
H A Ddrwtsn32.cpp42 GetThreadContext(Handle, &Context); in Update()
/reactos/modules/rostests/winetests/dbghelp/
H A Ddbghelp.c58 ret = GetThreadContext(thread, &ctx); in test_stack_walk()
/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c1057 ret = GetThreadContext( thread, &ctx ); in test_SetThreadContext()
1083 ret = GetThreadContext( thread, &ctx ); in test_SetThreadContext()
1111 ret = GetThreadContext(GetCurrentThread(), &ctx); in test_GetThreadSelectorEntry()
1169 ret = GetThreadContext(GetCurrentThread(), &ctx); in test_NtSetLdtEntries()
2017 GetThreadContext(GetCurrentThread(), &ctx); in test_thread_info()
H A Dloader.c3186 ret = GetThreadContext(thread, &ctx); in test_ExitProcess()
3231 ret = GetThreadContext(thread, &ctx); in test_ExitProcess()
3254 ret = GetThreadContext(pi.hThread, &ctx); in test_ExitProcess()
H A Dprocess.c3219 ret = GetThreadContext( thread_handle, &ctx ); in test_SuspendProcessNewThread()
3358 ret = GetThreadContext(pi.hThread, &ctx); in test_SuspendProcessState()
/reactos/modules/rostests/apitests/ntdll/
H A DNtContinue.c193 GetThreadContext(GetCurrentThread(), &continueContext); in START_TEST()
/reactos/sdk/include/psdk/
H A Dcordebug.idl235 HRESULT GetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize,
823 HRESULT GetThreadContext([in] ULONG32 contextSize, [in, out] BYTE context[]);
H A Dwinbase.h2512 BOOL WINAPI GetThreadContext(HANDLE,LPCONTEXT);
H A Ddbgeng.h1984 STDMETHOD(GetThreadContext)(THIS_ void *context, ULONG context_size) PURE; in DECLARE_INTERFACE_() local
/reactos/dll/win32/kernel32/client/
H A Dthread.c501 GetThreadContext(IN HANDLE hThread, in GetThreadContext() function
/reactos/dll/win32/dbghelp/
H A Dminidump.c158 if (!GetThreadContext(hThread, ctx)) in fetch_thread_info()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec625 @ stdcall GetThreadContext(long ptr)