Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsched_4bsd.c1320 thread_lock_set(td, &sched_lock); in sched_add()
1416 thread_lock_set(td, &sched_lock);
H A Dsubr_turnstile.c797 thread_lock_set(td, &ts->ts_lock); in turnstile_wait()
H A Dsubr_sleepqueue.c605 thread_lock_set(td, &sc->sc_lock); in sleepq_switch()
H A Dkern_mutex.c997 thread_lock_set(struct thread *td, struct mtx *new) in thread_lock_set() function
H A Dsched_ule.c2715 thread_lock_set(td, TDQ_LOCKPTR(tdq)); in sched_add()
/freebsd-13.1/sys/sys/
H A Dproc.h393 void thread_lock_set(struct thread *, struct mtx *);