Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDmutex.h134 void thread_lock_flags_(struct thread *, int, const char *, int);
143 thread_lock_flags_((tdp), 0, __FILE__, __LINE__)
154 thread_lock_flags_((tdp), (opt), __FILE__, __LINE__)
/freebsd-14-stable/sys/kern/
HDkern_mutex.c856 thread_lock_flags_(td, opts, file, line); in _thread_lock()
858 thread_lock_flags_(td, 0, 0, 0); in _thread_lock()
864 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() function