HomeSort by relevance Sort by last modified time
    Searched refs:concurrent_usage (Results 1 - 3 of 3) sorted by null

  /external/libusb/libusb/os/
wince_usb.c 38 static int concurrent_usage = -1; variable
188 if ( ++concurrent_usage == 0 ) { // First init?
224 if (!concurrent_usage && r != LIBUSB_SUCCESS) { // First init failed?
235 --concurrent_usage; // Not expected to call libusb_exit if we failed.
260 if (--concurrent_usage < 0) { // Last exit
windows_usbdk.c 69 static int concurrent_usage = -1; variable
203 if (++concurrent_usage == 0) { // First init?
218 if (!concurrent_usage && r != LIBUSB_SUCCESS) { // First init failed?
225 --concurrent_usage; // Not expected to call libusb_exit if we failed.
376 if (--concurrent_usage < 0) {
windows_winusb.c 111 static int concurrent_usage = -1; variable
798 if (++concurrent_usage == 0) { // First init?
832 if (!concurrent_usage && r != LIBUSB_SUCCESS) { // First init failed?
842 --concurrent_usage; // Not expected to call libusb_exit if we failed.
    [all...]

Completed in 66 milliseconds