Searched refs:thread_lock_validate (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 827 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate() function 842 #define thread_lock_validate(m, opts, file, line) do { } while (0) macro 863 thread_lock_validate(m, 0, file, line); in _thread_lock() 933 thread_lock_validate(m, opts, file, line); in thread_lock_flags_()
|