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

/freebsd-11.0-release/sys/kern/
H A Dsched_4bsd.c1297 thread_lock_set(td, &sched_lock);
1390 thread_lock_set(td, &sched_lock);
H A Dkern_mutex.c820 thread_lock_set(struct thread *td, struct mtx *new) function
H A Dsubr_sleepqueue.c563 thread_lock_set(td, &sc->sc_lock);
H A Dsubr_turnstile.c731 thread_lock_set(td, &ts->ts_lock);
H A Dsched_ule.c1193 thread_lock_set(td, TDQ_LOCKPTR(tdq));
2442 thread_lock_set(td, TDQ_LOCKPTR(tdq));
/freebsd-11.0-release/sys/sys/
H A Dproc.h350 void thread_lock_set(struct thread *, struct mtx *);

Completed in 126 milliseconds