Home
last modified time | relevance | path

Searched refs:CreateRemoteThread (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/apitests/localspl/
H A Dservice.c112 …hThread = CreateRemoteThread(hProcess, NULL, 0, (LPTHREAD_START_ROUTINE)pLoadLibraryAddress, pLoad… in _DoDLLInjection()
/reactos/dll/win32/kernel32/client/
H A Ddllmain.c51 *ThreadHandle = CreateRemoteThread(NtCurrentProcess(), in BaseCreateThreadPoolThread()
H A Dthread.c145 return CreateRemoteThread(NtCurrentProcess(), in CreateThread()
159 CreateRemoteThread(IN HANDLE hProcess, in CreateRemoteThread() function
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dguisettings.c216 Thread = CreateRemoteThread(ProcessData->Process->ProcessHandle, NULL, 0, in GuiConsoleShowConsoleProperties()
/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c356 hThread = CreateRemoteThread(hProcess, NULL, 0, threadFunc_SetEvent, in test_CreateRemoteThread()
387 hThread = CreateRemoteThread(hProcess, NULL, 0, in test_CreateRemoteThread()
396 hThread = CreateRemoteThread(hProcess, NULL, 0, in test_CreateRemoteThread()
1874 thread = CreateRemoteThread(GetCurrentProcess(), NULL, 0, thread_actctx_func, &param, 0, &tid); in test_thread_actctx()
H A Dloader.c2436 … handle = CreateRemoteThread(process, NULL, 0, noop_thread_proc, &noop_thread_started, 0, &ret); in dll_entry_point()
3182 …thread = CreateRemoteThread(pi.hProcess, NULL, 0, (void *)0xdeadbeef, NULL, CREATE_SUSPENDED, &ret… in test_ExitProcess()
3319 …thread = CreateRemoteThread(pi.hProcess, NULL, 0, (void *)0xdeadbeef, NULL, CREATE_SUSPENDED, &ret… in test_ExitProcess()
H A Dprocess.c2270 …thread = CreateRemoteThread(pi.hProcess, NULL, 0, (void *)0xdeadbeef, NULL, CREATE_SUSPENDED, &ret… in test_TerminateProcess()
3210 thread_handle = CreateRemoteThread(pi.hProcess, NULL, 0, in test_SuspendProcessNewThread()
/reactos/win32ss/user/winsrv/consrv/
H A Dconsole.c1324 Thread = CreateRemoteThread(ProcessData->Process->ProcessHandle, NULL, 0, in ConSrvConsoleCtrlEventTimeout()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec160 @ stdcall CreateRemoteThread(long ptr long ptr long long ptr)
/reactos/sdk/include/psdk/
H A Dwinbase.h1809 HANDLE WINAPI CreateRemoteThread(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,LPVOID,D…