|
ReactOS 0.4.16-dev-2332-g4cba65d
|

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 init(), main(), runProg(), ServiceMain(), StartDefragThread(), test_thread_handle_close(), test_thread_invalid_params(), test_thread_library_reference(), and WndProc().
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 __CxxDetectRethrow(), __CxxExceptionFilter(), __CxxRegisterExceptionObject(), __CxxUnregisterExceptionObject(), __doserrno(), __fpecode(), __pxcptinfoptrs(), __uncaught_exception(), __wcserror(), _beginthread_trampoline(), _beginthreadex_trampoline(), _CreateFrameInfo(), _ecvt(), _errno(), _fcvt(), _FindAndUnlinkFrame(), _get_terminate(), _get_unexpected(), _gmtime64(), _invalid_parameter(), _IsExceptionObjectToBeDestroyed(), _localtime64(), _mbstok(), _mbstok_l(), _set_se_translator(), _setmbcp(), _strerror(), _wasctime(), _wcserror(), _wtmpnam(), asctime(), call_catch_block(), cxx_frame_handler(), find_catch_block(), get_current_locale_noalloc(), get_locinfo(), get_mbcinfo(), locale_to_sname(), rand(), set_terminate(), set_unexpected(), setlocale(), srand(), strerror(), strtok(), terminate(), tmpnam(), unexpected(), and wcstok().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |