ReactOS 0.4.16-dev-942-g91fadeb
|
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{thread.cpp}::thread_parameter_free_policy |
Namespaces | |
namespace | anonymous_namespace{thread.cpp} |
Typedefs | |
using | anonymous_namespace{thread.cpp}::unique_thread_parameter = __crt_unique_heap_ptr< __acrt_thread_parameter, thread_parameter_free_policy > |
Functions | |
template<typename ThreadProcedure , bool Ex> | |
static unsigned long WINAPI | thread_start (void *const parameter) throw () |
static __acrt_thread_parameter *__cdecl | create_thread_parameter (void *const procedure, void *const context) throw () |
uintptr_t __cdecl | _beginthread (_beginthread_proc_type const procedure, unsigned int const stack_size, void *const context) |
uintptr_t __cdecl | _beginthreadex (void *const security_descriptor, unsigned int const stack_size, _beginthreadex_proc_type const procedure, void *const context, unsigned int const creation_flags, unsigned int *const thread_id_result) |
static void __cdecl | common_end_thread (unsigned int const return_code) throw () |
void __cdecl | _endthread () |
void __cdecl | _endthreadex (unsigned int const return_code) |
uintptr_t __cdecl _beginthread | ( | _beginthread_proc_type const | procedure, |
unsigned int const | stack_size, | ||
void *const | context | ||
) |
Definition at line 145 of file thread.cpp.
uintptr_t __cdecl _beginthreadex | ( | void *const | security_descriptor, |
unsigned int const | stack_size, | ||
_beginthreadex_proc_type const | procedure, | ||
void *const | context, | ||
unsigned int const | creation_flags, | ||
unsigned int *const | thread_id_result | ||
) |
Definition at line 192 of file thread.cpp.
Definition at line 271 of file thread.cpp.
Referenced by DefragThread(), init(), internal_thread_proc(), processRequest(), test_thread_func(), and test_thread_func_ex().
Definition at line 276 of file thread.cpp.
Referenced by ActionThread(), internal_thread_proc(), test_thread_func(), and thread_start().
Definition at line 237 of file thread.cpp.
Referenced by _endthread(), and _endthreadex().
|
static |
Definition at line 119 of file thread.cpp.
Referenced by _beginthread(), and _beginthreadex().
Definition at line 76 of file thread.cpp.