Home
last modified time | relevance | path

Searched refs:CTX_TRYLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10.h38 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock) macro
H A Dlibusb10_io.c249 err = CTX_TRYLOCK(ctx); in libusb_try_lock_events()