HomeSort by relevance Sort by last modified time
    Searched full:is_polling_set (Results 1 - 1 of 1) sorted by null

  /external/libusb/libusb/os/
poll_windows.c 69 #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) {
170 is_polling_set = TRUE;
230 if (is_polling_set) {
231 is_polling_set = FALSE;

Completed in 90 milliseconds