thread_lock_set
thread_lock_set(td, (struct mtx *)&cc->cc_lock);
thread_lock_set(td, (struct mtx *)&cc->cc_lock);
thread_lock_set(td, &sched_lock);
thread_lock_set(td, &sched_lock);
thread_lock_set(td, TDQ_LOCKPTR(tdq));
thread_lock_set(td, &sc->sc_lock);
thread_lock_set(td, &ts->ts_lock);
void thread_lock_set(struct thread *, struct mtx *);