Home
last modified time | relevance | path

Searched defs:_beginthreadex (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/thread/src/win32/
Dthread.cpp159 …inline uintptr_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_ad… in _beginthreadex() function
/third_party/libusb/libusb/os/
Dwindows_common.h54 #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, (LPDWO… macro