Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDmutex.h131 void __mtx_assert(const volatile uintptr_t *c, int what, const char *file,
206 __mtx_assert(&(m)->mtx_lock, w, f, l)
/freebsd-14-stable/sys/kern/
HDkern_mutex.c1078 __mtx_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __mtx_assert() function