Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10.h37 #define CTX_LOCK(ctx) pthread_mutex_lock(&(ctx)->ctx_lock) macro
/freebsd/sys/net/
H A Diflib.c540 #define CTX_LOCK(ctx) sx_xlock(&(ctx)->ifc_ctx_sx) macro