Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dmutex.h41 #undef thread_lock_flags_
69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING macro
/f-stack/freebsd/sys/
H A Dmutex.h135 void thread_lock_flags_(struct thread *, int, const char *, int);
144 thread_lock_flags_((tdp), 0, __FILE__, __LINE__)
155 thread_lock_flags_((tdp), (opt), __FILE__, __LINE__)
/f-stack/freebsd/kern/
H A Dkern_mutex.c852 thread_lock_flags_(td, opts, file, line); in _thread_lock()
854 thread_lock_flags_(td, 0, 0, 0); in _thread_lock()
860 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() function