|
ReactOS 0.4.16-dev-2104-gb84fa49
|


Go to the source code of this file.
Typedefs | |
| typedef void(__cdecl * | _beginthread_start_routine_t) (void *) |
| typedef unsigned int(__stdcall * | _beginthreadex_start_routine_t) (void *) |
| #define P_NOWAITO _P_NOWAITO |
| #define P_OVERLAY _P_OVERLAY |
| #define WAIT_CHILD _WAIT_CHILD |
| #define WAIT_GRANDCHILD _WAIT_GRANDCHILD |
| _ACRTIMP uintptr_t __cdecl _beginthread | ( | _beginthread_start_routine_t | start_address, |
| unsigned int | stack_size, | ||
| void * | arglist | ||
| ) |
Definition at line 134 of file thread.c.
Referenced by init(), main(), runProg(), ServiceMain(), StartDefragThread(), test_thread_handle_close(), test_thread_invalid_params(), test_thread_library_reference(), WndProc(), and xmlGetGlobalState().
| _ACRTIMP uintptr_t __cdecl _beginthreadex | ( | void * | security, |
| unsigned int | stack_size, | ||
| _beginthreadex_start_routine_t | start_address, | ||
| void * | arglist, | ||
| unsigned int | initflag, | ||
| unsigned int * | thrdaddr | ||
| ) |
Definition at line 207 of file thread.c.
Referenced by clnt_vc_create(), CDirectoryWatcher::CreateAPCThread(), DialogProc_0(), DialogProc_1(), CIconWatcher::Initialize(), InitProgressDialog(), nfs41_delegation_recall(), nfs41_session_set_lease(), CAutoComplete::OnAutoCompStart(), OpenPropSheet(), pattern_fork(), ProgressDlg::ProcessWindowMessage(), CDeviceView::Refresh(), CZipCreator::runThread(), ServiceStart(), START_TEST(), StartWatchGUI(), CDownloadManager::StartWorkerThread(), test_file_inherit(), test_thread_handle_close(), test_thread_invalid_params(), test_thread_library_reference(), test_thread_setlocale(), and test_thread_suspended().
Definition at line 362 of file process.c.
Referenced by _pclose(), _wsystem(), cwait(), and system().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl _endthread | ( | void | ) |
Definition at line 73 of file thread.c.
Referenced by DefragThread(), init(), processRequest(), test_thread_func(), and test_thread_func_ex().
Definition at line 93 of file thread.c.
Referenced by ActionThread(), and test_thread_func().
Definition at line 417 of file process.c.
Definition at line 468 of file process.c.
Definition at line 616 of file process.c.
| _ACRTIMP intptr_t __cdecl _execvpe | ( | const char * | name, |
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 658 of file process.c.
Referenced by _execvp().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl _exit | ( | int | exitcode | ) |
Definition at line 1360 of file process.c.
Referenced by clnt_dg_create(), and getpid().
Definition at line 762 of file process.c.
Referenced by test_utf8().
| _ACRTIMP intptr_t __cdecl _spawnve | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 1013 of file process.c.
Referenced by spawnvp(), strarray_spawn(), test_file_inherit(), and test_pipes().
| _ACRTIMP intptr_t __cdecl _spawnvpe | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 967 of file process.c.
Referenced by _execvpe(), _spawnvp(), _tspawnvpe(), and spawnvpe().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl abort | ( | void | ) |
Aborts the program.
Definition at line 252 of file exit.c.
| _ACRTIMP DECLSPEC_NORETURN void __cdecl exit | ( | int | exitcode | ) |
Definition at line 364 of file exit.c.
| _ACRTIMP DECLSPEC_NORETURN void __cdecl quick_exit | ( | int | return_code | ) |
Definition at line 304 of file exit.cpp.
Referenced by test_call_quick_exit().
Definition at line 1297 of file process.c.
Referenced by acpi_system_add(), acpi_system_remove(), check_directory(), chmc_init(), chmc_system_done(), copy_file(), create_cache(), DumpFont(), get_compsysproduct_string(), get_compsysproduct_uuid(), GetHostnameFromCommand(), HaveSpool(), InteractiveConsole(), InternetCheckConnectionW(), is_default_metric(), main(), START_TEST(), SystemTimeToTzSpecificLocalTime(), telCommandLine(), Test_ImageSection2(), test_PdhValidatePathExW(), test_PdhValidatePathW(), test_system(), TestCrossProcessEncrypt(), TzSpecificLocalTimeToSystemTime(), unpack_iso(), and xsltGetHTMLIDs().