Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h137 void _thread_lock(struct thread *td, int opts, const char *file, int line);
139 void _thread_lock(struct thread *);
147 _thread_lock((tdp), 0, __FILE__, __LINE__)
150 _thread_lock((tdp))
158 _thread_lock(tdp)
/f-stack/freebsd/kern/
H A Dkern_mutex.c823 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock() function
826 _thread_lock(struct thread *td) in _thread_lock()