Home
last modified time | relevance | path

Searched refs:CREATE_SUSPENDED (Results 1 – 25 of 29) sorted by relevance

12

/reactos/modules/rostests/apitests/user32/
H A DSendMessageTimeout.c198 hThread1 = CreateThread(NULL, 0, Thread1, Parameter, CREATE_SUSPENDED, &dwThread1); in TestRecursiveInterThreadMessages()
199 hThread2 = CreateThread(NULL, 0, Thread2, Parameter, CREATE_SUSPENDED, &dwThread2); in TestRecursiveInterThreadMessages()
/reactos/modules/rostests/tests/thread/
H A Dthread.c59 CREATE_SUSPENDED, in main()
/reactos/sdk/lib/crt/process/
H A Dthread.c72 trampoline, CREATE_SUSPENDED, NULL); in _beginthread()
/reactos/dll/win32/kernel32/client/
H A Ddllmain.c56 CREATE_SUSPENDED, in BaseCreateThreadPoolThread()
H A Dthread.c353 if (!(dwCreationFlags & CREATE_SUSPENDED)) in CreateRemoteThread()
/reactos/modules/rostests/apitests/kernel32/
H A DQueueUserAPC.c160 hThread = CreateThread(NULL, 0, ThreadFunc3, NULL, CREATE_SUSPENDED, &dwThreadId); in TestMultipleUserAPCs()
H A DTerminateProcess.c165 hProcess = StartChild(L"child", CREATE_SUSPENDED, &ProcessId); in TestTerminateProcess()
/reactos/sdk/lib/ucrt/startup/
H A Dthread.cpp168 CREATE_SUSPENDED, in _beginthread()
/reactos/dll/win32/advapi32/misc/
H A Dlogon.c924 if (!(dwCreationFlags & CREATE_SUSPENDED)) in CreateProcessAsUserCommon()
968 dwCreationFlags | CREATE_SUSPENDED, in CreateProcessAsUserA()
1016 dwCreationFlags | CREATE_SUSPENDED, in CreateProcessAsUserW()
/reactos/sdk/lib/drivers/sound/mmebuddy/
H A Dthread.c237 CREATE_SUSPENDED, in CreateSoundThread()
/reactos/base/shell/cmd/
H A Dstart.c121 dwCreationFlags |= CREATE_SUSPENDED; in cmd_start()
/reactos/dll/win32/ws2help/
H A Dhandle.c357 CREATE_SUSPENDED, in WahOpenHandleHelper()
/reactos/modules/rostests/winetests/user32/
H A Ddde.c2764 CREATE_SUSPENDED, NULL, NULL, &startup, &proc); in START_TEST()
2778 CREATE_SUSPENDED, NULL, NULL, &startup, &proc); in START_TEST()
2793 CREATE_SUSPENDED, NULL, NULL, &startup, &proc); in START_TEST()
2799 CREATE_SUSPENDED, NULL, NULL, &startup, &proc); in START_TEST()
2805 CREATE_SUSPENDED, NULL, NULL, &startup, &proc); in START_TEST()
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c1436 …ok(CreateProcessA(NULL, buffer, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startup, &info),… in test_SuspendFlag()
2266 ret = CreateProcessA(NULL, cmdline, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &si, &pi); in test_TerminateProcess()
2270 …thread = CreateRemoteThread(pi.hProcess, NULL, 0, (void *)0xdeadbeef, NULL, CREATE_SUSPENDED, &ret… in test_TerminateProcess()
3201 ret = CreateProcessA(NULL, selfname, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &si, &pi); in test_SuspendProcessNewThread()
3212 (PVOID)(ULONG_PTR)0x1234, CREATE_SUSPENDED, NULL); in test_SuspendProcessNewThread()
3341 ret = CreateProcessA(NULL, selfname, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &si, &pi); in test_SuspendProcessState()
3965 …ok(CreateProcessA(NULL, buffer, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startup, &info),… in START_TEST()
H A Dthread.c357 hRemoteEvent, CREATE_SUSPENDED, &tid); in test_CreateRemoteThread()
523 CREATE_SUSPENDED,&threadId); in test_CreateThread_suspended()
801 CREATE_SUSPENDED,&threadId); in test_GetThreadTimes()
H A Dloader.c1963 … ret = CreateProcessA(dll_name, NULL, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &sti, &pi); in test_section_access()
3143 ret = CreateProcessA(argv[0], NULL, NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &si, &pi); in test_ExitProcess()
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()
/reactos/dll/win32/mscoree/
H A Dcordebug.c661 bInheritHandles, dwCreationFlags | CREATE_SUSPENDED, lpEnvironment, lpCurrentDirectory, in CorDebug_CreateProcess()
/reactos/base/system/services/
H A Ddatabase.c1805 … CREATE_UNICODE_ENVIRONMENT | DETACHED_PROCESS | CREATE_SUSPENDED, in ScmStartUserModeService()
1849 … CREATE_UNICODE_ENVIRONMENT | DETACHED_PROCESS | CREATE_SUSPENDED, in ScmStartUserModeService()
/reactos/dll/win32/netapi32/
H A Dnetbios.c836 CREATE_SUSPENDED, NULL); in Netbios()
/reactos/subsystems/mvdm/ntvdm/dos/
H A Ddem.c868 CREATE_DEFAULT_ERROR_MODE | CREATE_SUSPENDED, in CommandThreadProc()
/reactos/modules/rostests/winetests/ntdll/
H A Dexception.c906 h = CreateThread( NULL, 0, hw_reg_exception_thread, (void *)4, CREATE_SUSPENDED, NULL ); in test_exceptions()
2262 thread = CreateThread(NULL, 0, register_check_thread, NULL, CREATE_SUSPENDED, NULL); in test_debug_registers()
H A Dinfo.c1618 CREATE_SUSPENDED }; in test_query_process_debug_flags()
1689 if (!(test_flags[i] & CREATE_SUSPENDED)) in test_query_process_debug_flags()
/reactos/modules/rostests/apitests/apphelp/
H A Denv.c251 …res = CreateProcessA(NULL, proc_name, NULL, NULL, TRUE, suspended ? CREATE_SUSPENDED : 0, NULL, NU… in create_proc()
/reactos/dll/directx/wine/dplayx/
H A Ddplobby.c1357 … CREATE_DEFAULT_ERROR_MODE | CREATE_NEW_CONSOLE | CREATE_SUSPENDED, /* Creation Flags */ in IDirectPlayLobby3AImpl_RunApplication()
/reactos/base/setup/reactos/
H A Dreactos.c2232 CREATE_SUSPENDED, in ProcessDlgProc()

12