Home
last modified time | relevance | path

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

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