Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10.h46 #define CTX_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->ctx_lock) macro
/freebsd/sys/net/
H A Diflib.c551 #define CTX_UNLOCK(ctx) sx_xunlock(&(ctx)->ifc_ctx_sx) macro