Searched refs:_beginthreadex_start_routine_t (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h28 typedef unsigned int (__stdcall *_beginthreadex_start_routine_t)(void *); typedef
31 uintptr_t __cdecl _beginthreadex(void*,unsigned int,_beginthreadex_start_routine_t,void*,unsigned int,unsigned int*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dprocess.h38 typedef unsigned int (__stdcall *_beginthreadex_start_routine_t)(void *); typedef
41 uintptr_t __cdecl _beginthreadex(void*,unsigned int,_beginthreadex_start_routine_t,void*,unsigned int,unsigned int*);

Completed in 70 milliseconds