_thread_lock
_thread_lock(struct thread *td)
void _thread_lock(struct thread *td, int opts, const char *file, int line);
void _thread_lock(struct thread *);
_thread_lock((tdp), 0, __FILE__, __LINE__)
_thread_lock((tdp))
_thread_lock(tdp)