OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_devs_lock
(Results
1 - 4
of
4
) sorted by null
/external/libusb/libusb/
core.c
885
pthread_mutex_lock(&ctx->
open_devs_lock
);
[
all
...]
libusbi.h
157
pthread_mutex_t
open_devs_lock
;
member in struct:libusb_context
/external/libusb/libusb/os/
darwin_usb.c
235
pthread_mutex_lock(&ctx->
open_devs_lock
);
248
pthread_mutex_unlock(&ctx->
open_devs_lock
);
[
all
...]
linux_usbfs.c
[
all
...]
Completed in 643 milliseconds