|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>
Go to the source code of this file.
Functions | |
| uintptr_t CDECL | _beginthreadex (void *security, unsigned stack_size, unsigned(__stdcall *start_address)(void *), void *arglist, unsigned initflag, unsigned *thrdaddr) |
| void CDECL | _endthreadex (unsigned retval) |
| uintptr_t CDECL _beginthreadex | ( | void * | security, |
| unsigned | stack_size, | ||
| unsigned(__stdcall *start_address)(void *) | , | ||
| void * | arglist, | ||
| unsigned | initflag, | ||
| unsigned * | thrdaddr | ||
| ) |
Definition at line 6 of file threadx.c.