Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_mutex.c857 thread_lock_flags_(td, opts, file, line); in _thread_lock()
859 thread_lock_flags_(td, 0, 0, 0); in _thread_lock()
865 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() function
/freebsd/sys/sys/
H A Dmutex.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__)