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

/external/libusb/include/libusb/
H A Dlibusbi.h305 usbi_mutex_t event_data_lock; member in struct:libusb_context
308 * be handled. Protected by event_data_lock. */
312 * in order to safely close a device. Protected by event_data_lock. */
316 * (re)allocated as necessary prior to polling. Protected by event_data_lock. */
321 /* A list of pending hotplug messages. Protected by event_data_lock. */
324 /* A list of pending completed transfers. Protected by event_data_lock. */
/external/libusb/libusb/
H A Dlibusbi.h305 usbi_mutex_t event_data_lock; member in struct:libusb_context
308 * be handled. Protected by event_data_lock. */
312 * in order to safely close a device. Protected by event_data_lock. */
316 * (re)allocated as necessary prior to polling. Protected by event_data_lock. */
321 /* A list of pending hotplug messages. Protected by event_data_lock. */
324 /* A list of pending completed transfers. Protected by event_data_lock. */

Completed in 241 milliseconds