Searched defs:_beginthreadex (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 159 …inline uintptr_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_ad… in _beginthreadex() function
|
/third_party/libusb/libusb/os/ |
D | windows_common.h | 54 #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, (LPDWO… macro
|