HomeSort by relevance Sort by last modified time
    Searched defs:_beginthreadex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 717 _CRTIMP unsigned long __cdecl _beginthreadex (void *, unsigned,
944 #define _beginthreadex macro
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 48 // _beginthreadex is MSVCRT => unavailable for cygwin. Fallback to using CreateThread
49 #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, f) macro

Completed in 1314 milliseconds