|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>#include <malloc.h>#include <process.h>
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().