/reactos/modules/rostests/apitests/user32/ |
H A D | SendMessageTimeout.c | 198 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 D | thread.c | 59 CREATE_SUSPENDED, in main()
|
/reactos/sdk/lib/crt/process/ |
H A D | thread.c | 72 trampoline, CREATE_SUSPENDED, NULL); in _beginthread()
|
/reactos/dll/win32/kernel32/client/ |
H A D | dllmain.c | 56 CREATE_SUSPENDED, in BaseCreateThreadPoolThread()
|
H A D | thread.c | 353 if (!(dwCreationFlags & CREATE_SUSPENDED)) in CreateRemoteThread()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | QueueUserAPC.c | 160 hThread = CreateThread(NULL, 0, ThreadFunc3, NULL, CREATE_SUSPENDED, &dwThreadId); in TestMultipleUserAPCs()
|
H A D | TerminateProcess.c | 165 hProcess = StartChild(L"child", CREATE_SUSPENDED, &ProcessId); in TestTerminateProcess()
|
/reactos/sdk/lib/ucrt/startup/ |
H A D | thread.cpp | 168 CREATE_SUSPENDED, in _beginthread()
|
/reactos/dll/win32/advapi32/misc/ |
H A D | logon.c | 924 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 D | thread.c | 237 CREATE_SUSPENDED, in CreateSoundThread()
|
/reactos/base/shell/cmd/ |
H A D | start.c | 121 dwCreationFlags |= CREATE_SUSPENDED; in cmd_start()
|
/reactos/dll/win32/ws2help/ |
H A D | handle.c | 357 CREATE_SUSPENDED, in WahOpenHandleHelper()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | dde.c | 2764 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 D | process.c | 1436 …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 D | thread.c | 357 hRemoteEvent, CREATE_SUSPENDED, &tid); in test_CreateRemoteThread() 523 CREATE_SUSPENDED,&threadId); in test_CreateThread_suspended() 801 CREATE_SUSPENDED,&threadId); in test_GetThreadTimes()
|
H A D | loader.c | 1963 … 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 D | cordebug.c | 661 bInheritHandles, dwCreationFlags | CREATE_SUSPENDED, lpEnvironment, lpCurrentDirectory, in CorDebug_CreateProcess()
|
/reactos/base/system/services/ |
H A D | database.c | 1805 … 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 D | netbios.c | 836 CREATE_SUSPENDED, NULL); in Netbios()
|
/reactos/subsystems/mvdm/ntvdm/dos/ |
H A D | dem.c | 868 CREATE_DEFAULT_ERROR_MODE | CREATE_SUSPENDED, in CommandThreadProc()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | exception.c | 906 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 D | info.c | 1618 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 D | env.c | 251 …res = CreateProcessA(NULL, proc_name, NULL, NULL, TRUE, suspended ? CREATE_SUSPENDED : 0, NULL, NU… in create_proc()
|
/reactos/dll/directx/wine/dplayx/ |
H A D | dplobby.c | 1357 … CREATE_DEFAULT_ERROR_MODE | CREATE_NEW_CONSOLE | CREATE_SUSPENDED, /* Creation Flags */ in IDirectPlayLobby3AImpl_RunApplication()
|
/reactos/base/setup/reactos/ |
H A D | reactos.c | 2232 CREATE_SUSPENDED, in ProcessDlgProc()
|