ReactOS 0.4.16-dev-61-ge128cbc
|
Go to the source code of this file.
Classes | |
struct | _beginthread_trampoline_t |
Typedefs | |
typedef void(* | _beginthread_start_routine_t) (void *) |
typedef unsigned int(__stdcall * | _beginthreadex_start_routine_t) (void *) |
Functions | |
static DWORD CALLBACK | _beginthread_trampoline (LPVOID arg) |
uintptr_t | _beginthread (_beginthread_start_routine_t start_address, unsigned int stack_size, void *arglist) |
void CDECL | _endthread (void) |
uintptr_t _beginthread | ( | _beginthread_start_routine_t | start_address, |
unsigned int | stack_size, | ||
void * | arglist | ||
) |
Definition at line 55 of file thread.c.
Definition at line 39 of file thread.c.
Referenced by _beginthread().
Definition at line 95 of file thread.c.
Referenced by DefragThread(), init(), processRequest(), test_thread_func(), and test_thread_func_ex().