|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Classes | |
| struct | _beginthread_trampoline_t |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
| thread_data_t *CDECL | msvcrt_get_thread_data (void) |
| void CDECL | _endthread (void) |
| void CDECL | _endthreadex (unsigned int retval) |
| static DWORD CALLBACK | _beginthread_trampoline (LPVOID arg) |
| uintptr_t CDECL | _beginthread (_beginthread_start_routine_t start_address, unsigned int stack_size, void *arglist) |
| static DWORD CALLBACK | _beginthreadex_trampoline (LPVOID arg) |
| uintptr_t CDECL | _beginthreadex (void *security, unsigned int stack_size, _beginthreadex_start_routine_t start_address, void *arglist, unsigned int initflag, unsigned int *thrdaddr) |
| 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 test_thread_invalid_params(), and test_thread_library_reference().
Definition at line 115 of file thread.c.
Referenced by _beginthread().
| 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 188 of file thread.c.
Referenced by _beginthreadex().
Definition at line 73 of file thread.c.
Referenced by _beginthread_trampoline().
Definition at line 93 of file thread.c.
Referenced by _beginthreadex_trampoline(), and _endthread().
| thread_data_t *CDECL msvcrt_get_thread_data | ( | void | ) |
Definition at line 45 of file thread.c.
Referenced by _beginthread_trampoline(), and _beginthreadex_trampoline().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |