Home
last modified time | relevance | path

Searched refs:thread_lock_set (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dkern_timeout.c390 thread_lock_set(td, (struct mtx *)&cc->cc_lock); in start_softclock()
848 thread_lock_set(td, (struct mtx *)&cc->cc_lock); in softclock_thread()
H A Dsched_4bsd.c1357 thread_lock_set(td, &sched_lock); in sched_add()
1453 thread_lock_set(td, &sched_lock);
H A Dsubr_turnstile.c796 thread_lock_set(td, &ts->ts_lock); in turnstile_wait()
H A Dkern_mutex.c1018 thread_lock_set(struct thread *td, struct mtx *new) in thread_lock_set() function
H A Dsubr_sleepqueue.c605 thread_lock_set(td, &sc->sc_lock); in sleepq_switch()
H A Dsched_ule.c2957 thread_lock_set(td, TDQ_LOCKPTR(tdq)); in sched_add()
/freebsd/sys/sys/
H A Dproc.h404 void thread_lock_set(struct thread *, struct mtx *);