Searched refs:concurrent_usage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c42 static int concurrent_usage = -1; variable
192 if ( ++concurrent_usage == 0 ) { // First init?
248 if (!concurrent_usage && r != LIBUSB_SUCCESS) { // First init failed?
280 --concurrent_usage; // Not expected to call libusb_exit if we failed.
307 if (--concurrent_usage < 0) { // Last exit
H A Dwindows_usb.c105 static int concurrent_usage = -1; variable
824 if ( ++concurrent_usage == 0 ) { // First init?
902 if (!concurrent_usage && r != LIBUSB_SUCCESS) { // First init failed?
931 --concurrent_usage; // Not expected to call libusb_exit if we failed.
1703 if (--concurrent_usage < 0) { // Last exit

Completed in 99 milliseconds