Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c1313 thread_lock_set(td, &sched_lock); in sched_add()
1409 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.c991 thread_lock_set(struct thread *td, struct mtx *new) in thread_lock_set() function
H A Dsched_ule.c2617 thread_lock_set(td, TDQ_LOCKPTR(tdq)); in sched_add()
/f-stack/freebsd/sys/
H A Dproc.h390 void thread_lock_set(struct thread *, struct mtx *);