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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c934 if (libusb_try_lock_events(ctx) == 0) {
985 * -# libusb_try_lock_events() is a non-blocking function which attempts
992 * The following libusb_try_lock_events() will fail, so you will become an
1041 * - libusb_try_lock_events() starts returning 1, indicating that another
1609 int API_EXPORTED libusb_try_lock_events(libusb_context *ctx) function
1659 * Release the lock previously acquired with libusb_try_lock_events() or
2122 if (libusb_try_lock_events(ctx) == 0) {
/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 37 milliseconds