Searched defs:ASSERT_LOCKED (Results 1 – 12 of 12) sorted by relevance
88 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) macro94 #define ASSERT_LOCKED(l) macro
64 #define ASSERT_LOCKED(_sc) sx_assert(&(_sc)->lock, SA_XLOCKED); macro
68 #define ASSERT_LOCKED(_sc) sx_assert(&(_sc)->lock, SA_XLOCKED); macro
85 #define ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED) macro
106 #define ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED) macro
201 #define ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED) macro
223 #define ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED) macro
67 #define ASSERT_LOCKED(_sc) sx_assert(&(_sc)->lock, SA_XLOCKED); macro
65 #define ASSERT_LOCKED(_sc) sx_assert(&_sc->lock, SA_LOCKED) macro
65 #define ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED) macro
426 #define ASSERT_LOCKED(base) EVUTIL_NIL_STMT_ macro432 #define ASSERT_LOCKED(base) \ macro