Home
last modified time | relevance | path

Searched refs:_mtx_assert (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h38 void _mtx_assert(struct mtx *m, int what, const char *file, int line);
43 _mtx_assert((m), (what), __FILE__, __LINE__)
/haiku/src/libs/compat/freebsd_network/
H A Dmutex.c83 _mtx_assert(struct mtx *m, int what, const char *file, int line) in _mtx_assert() function