Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dpoll_windows.c69 #define CHECK_INIT_POLLING do {if(!is_polling_set) init_polling();} while(0)
83 BOOLEAN is_polling_set = FALSE; variable
162 if (!is_polling_set) { in init_polling()
170 is_polling_set = TRUE; in init_polling()
230 if (is_polling_set) { in exit_polling()
231 is_polling_set = FALSE; in exit_polling()