Searched refs:CreateRemoteThread (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/apitests/localspl/ |
H A D | service.c | 112 …hThread = CreateRemoteThread(hProcess, NULL, 0, (LPTHREAD_START_ROUTINE)pLoadLibraryAddress, pLoad… in _DoDLLInjection()
|
/reactos/dll/win32/kernel32/client/ |
H A D | dllmain.c | 51 *ThreadHandle = CreateRemoteThread(NtCurrentProcess(), in BaseCreateThreadPoolThread()
|
H A D | thread.c | 145 return CreateRemoteThread(NtCurrentProcess(), in CreateThread() 159 CreateRemoteThread(IN HANDLE hProcess, in CreateRemoteThread() function
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | guisettings.c | 216 Thread = CreateRemoteThread(ProcessData->Process->ProcessHandle, NULL, 0, in GuiConsoleShowConsoleProperties()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | thread.c | 356 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, ¶m, 0, &tid); in test_thread_actctx()
|
H A D | loader.c | 2436 … 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 D | process.c | 2270 …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 D | console.c | 1324 Thread = CreateRemoteThread(ProcessData->Process->ProcessHandle, NULL, 0, in ConSrvConsoleCtrlEventTimeout()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 160 @ stdcall CreateRemoteThread(long ptr long ptr long long ptr)
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 1809 HANDLE WINAPI CreateRemoteThread(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,LPVOID,D…
|