Searched defs:libusb_try_lock_events (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/
H A Dio.c831 if (libusb_try_lock_events(ctx) == 0) {
882 * -# libusb_try_lock_events() is a non-blocking function which attempts
889 * The following libusb_try_lock_events() will fail, so you will become an
938 * - libusb_try_lock_events() starts returning 1, indicating that another
1446 API_EXPORTED int libusb_try_lock_events(libusb_context *ctx) function
1495 * Release the lock previously acquired with libusb_try_lock_events() or
1936 if (libusb_try_lock_events(ctx) == 0) {

Completed in 118 milliseconds