OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_startaddress
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h
29
_CRTIMP uintptr_t __cdecl _beginthread(void (__cdecl *
_StartAddress
) (void *),unsigned _StackSize,void *_ArgList);
31
_CRTIMP uintptr_t __cdecl _beginthreadex(void *_Security,unsigned _StackSize,unsigned (__stdcall *
_StartAddress
) (void *),void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr);
Completed in 3659 milliseconds