Searched defs:SOCK_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
228 #define SOCK_LOCK_ASSERT(so) mtx_assert(&(so)->so_lock, MA_OWNED) macro