Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libusb/
HDlibusb10.h39 #define CTX_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->ctx_lock) macro
/freebsd-14-stable/sys/net/
HDiflib.c542 #define CTX_UNLOCK(ctx) sx_xunlock(&(ctx)->ifc_ctx_sx) macro