Searched refs:_mtx_assert (Results 1 – 2 of 2) sorted by relevance
38 void _mtx_assert(struct mtx *m, int what, const char *file, int line);43 _mtx_assert((m), (what), __FILE__, __LINE__)
83 _mtx_assert(struct mtx *m, int what, const char *file, int line) in _mtx_assert() function