Searched refs:GetThreadContext (Results 1 – 14 of 14) sorted by relevance
/reactos/modules/rostests/tests/terminate/ |
H A D | terminate.c | 65 GetThreadContext(thread, &context); in main()
|
/reactos/modules/rostests/tests/suspend/ |
H A D | suspend.c | 63 if(x>100 && GetThreadContext(thread, &context)) in main()
|
/reactos/base/applications/drwtsn32/ |
H A D | drwtsn32.cpp | 42 GetThreadContext(Handle, &Context); in Update()
|
/reactos/modules/rostests/winetests/dbghelp/ |
H A D | dbghelp.c | 58 ret = GetThreadContext(thread, &ctx); in test_stack_walk()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | thread.c | 1057 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 D | loader.c | 3186 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 D | process.c | 3219 ret = GetThreadContext( thread_handle, &ctx ); in test_SuspendProcessNewThread() 3358 ret = GetThreadContext(pi.hThread, &ctx); in test_SuspendProcessState()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtContinue.c | 193 GetThreadContext(GetCurrentThread(), &continueContext); in START_TEST()
|
/reactos/sdk/include/psdk/ |
H A D | cordebug.idl | 235 HRESULT GetThreadContext([in] DWORD threadID, [in] ULONG32 contextSize, 823 HRESULT GetThreadContext([in] ULONG32 contextSize, [in, out] BYTE context[]);
|
H A D | winbase.h | 2512 BOOL WINAPI GetThreadContext(HANDLE,LPCONTEXT);
|
H A D | dbgeng.h | 1984 STDMETHOD(GetThreadContext)(THIS_ void *context, ULONG context_size) PURE; in DECLARE_INTERFACE_() local
|
/reactos/dll/win32/kernel32/client/ |
H A D | thread.c | 501 GetThreadContext(IN HANDLE hThread, in GetThreadContext() function
|
/reactos/dll/win32/dbghelp/ |
H A D | minidump.c | 158 if (!GetThreadContext(hThread, ctx)) in fetch_thread_info()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 625 @ stdcall GetThreadContext(long ptr)
|