Searched refs:CTX_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libusb/ | ||
H A D | libusb10.h | 38 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock) macro |
H A D | libusb10_io.c | 249 err = CTX_TRYLOCK(ctx); in libusb_try_lock_events() |