Searched defs:libusb_context (Results 1 – 2 of 2) sorted by relevance
92 struct libusb_context { struct93 int debug;94 int debug_fixed;95 int ctrl_pipe[2];96 int tr_done_ref;97 int tr_done_gen;99 pthread_mutex_t ctx_lock;100 pthread_mutex_t hotplug_lock;101 pthread_cond_t ctx_cond;102 pthread_t hotplug_handler;[all …]
289 typedef struct libusb_context libusb_context; typedef