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

/external/libusb/libusb/
H A Dlibusb.h1180 int libusb_try_lock_events(libusb_context *ctx);
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) {
/external/libusb_aah/libusb/
H A Dio.c876 if (libusb_try_lock_events(ctx) == 0) {
927 * -# libusb_try_lock_events() is a non-blocking function which attempts
934 * The following libusb_try_lock_events() will fail, so you will become an
983 * - libusb_try_lock_events() starts returning 1, indicating that another
1615 int API_EXPORTED libusb_try_lock_events(libusb_context *ctx) function
1664 * Release the lock previously acquired with libusb_try_lock_events() or
2103 if (libusb_try_lock_events(ctx) == 0) {
H A Dlibusb.h1304 int LIBUSB_CALL libusb_try_lock_events(libusb_context *ctx);

Completed in 74 milliseconds