Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmutex.h131 void __mtx_assert(const volatile uintptr_t *c, int what, const char *file,
206 __mtx_assert(&(m)->mtx_lock, w, f, l)
/freebsd/sys/kern/
H A Dkern_mutex.c1099 __mtx_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __mtx_assert() function