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

  /external/libusb/libusb/
io.c     [all...]
libusbi.h 282 usbi_mutex_t flying_transfers_lock; member in struct:libusb_context
455 * Note paths taking both this and the flying_transfers_lock must
456 * always take the flying_transfers_lock first */
    [all...]
core.c     [all...]
  /external/libusb/libusb/os/
windows_nt_common.c 560 usbi_mutex_lock(&ctx->flying_transfers_lock);
569 usbi_mutex_unlock(&ctx->flying_transfers_lock);
wince_usb.c 782 usbi_mutex_lock(&ctx->flying_transfers_lock);
790 usbi_mutex_unlock(&ctx->flying_transfers_lock);

Completed in 176 milliseconds