Home
last modified time | relevance | path

Searched defs:usbi_mutex_static_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libusb/libusb/os/
Dthreads_windows.h26 typedef LONG usbi_mutex_static_t; typedef
28 typedef volatile LONG usbi_mutex_static_t; typedef
Dthreads_posix.h30 typedef pthread_mutex_t usbi_mutex_static_t; typedef