Searched refs:thread_lock_validate (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_mutex.c | 802 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_()
|