Home
last modified time | relevance | path

Searched refs:open_devs_lock (Results 1 – 4 of 4) sorted by relevance

/external/libusb/libusb/
Dcore.c885 pthread_mutex_lock(&ctx->open_devs_lock); in libusb_open()
887 pthread_mutex_unlock(&ctx->open_devs_lock); in libusb_open()
986 pthread_mutex_lock(&ctx->open_devs_lock); in do_close()
988 pthread_mutex_unlock(&ctx->open_devs_lock); in do_close()
1480 pthread_mutex_init(&ctx->open_devs_lock, NULL); in libusb_init()
Dlibusbi.h157 pthread_mutex_t open_devs_lock; member
/external/libusb/libusb/os/
Ddarwin_usb.c235 pthread_mutex_lock(&ctx->open_devs_lock); in darwin_devices_detached()
248 pthread_mutex_unlock(&ctx->open_devs_lock); in darwin_devices_detached()
1391 pthread_mutex_lock(&ctx->open_devs_lock); in op_handle_events()
1444 pthread_mutex_unlock(&ctx->open_devs_lock); in op_handle_events()
Dlinux_usbfs.c2107 pthread_mutex_lock(&ctx->open_devs_lock); in op_handle_events()
2138 pthread_mutex_unlock(&ctx->open_devs_lock); in op_handle_events()