Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDmutex.h130 void thread_lock_flags_(struct thread *, int, const char *, int);
139 thread_lock_flags_((tdp), 0, __FILE__, __LINE__)
150 thread_lock_flags_((tdp), (opt), __FILE__, __LINE__)
/freebsd-11-stable/sys/kern/
HDkern_mutex.c831 thread_lock_flags_(td, opts, file, line); in _thread_lock()
833 thread_lock_flags_(td, 0, 0, 0); in _thread_lock()
839 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() function