Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dmutex.h136 void _thread_lock(struct thread *td, int opts, const char *file, int line);
138 void _thread_lock(struct thread *);
146 _thread_lock((tdp), 0, __FILE__, __LINE__)
149 _thread_lock((tdp))
157 _thread_lock(tdp)
/src/sys/kern/
H A Dkern_mutex.c843 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock() function
846 _thread_lock(struct thread *td) in _thread_lock()