Home
last modified time | relevance | path

Searched refs:WM_TIMER_REQUEST (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwindows_nt_common.c43 #define WM_TIMER_REQUEST (WM_USER + 1) macro
405 if (pGetMessageA(&msg, NULL, WM_TIMER_REQUEST, WM_TIMER_EXIT) == -1) { in windows_clock_gettime_threaded()
411 case WM_TIMER_REQUEST: in windows_clock_gettime_threaded()
444 if (!pPostThreadMessageA(timer_thread_id, WM_TIMER_REQUEST, 0, (LPARAM)&request)) { in windows_clock_gettime()