Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_mutex.c802 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate() function
817 #define thread_lock_validate(m, opts, file, line) do { } while (0) macro
838 thread_lock_validate(m, 0, file, line); in _thread_lock()
906 thread_lock_validate(m, opts, file, line); in thread_lock_flags_()