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

/freebsd-10.0-release/sys/kern/
H A Dsched_4bsd.c1288 thread_lock_set(td, &sched_lock);
1381 thread_lock_set(td, &sched_lock);
H A Dkern_mutex.c716 thread_lock_set(struct thread *td, struct mtx *new) function
H A Dsubr_sleepqueue.c538 thread_lock_set(td, &sc->sc_lock);
H A Dsubr_turnstile.c732 thread_lock_set(td, &ts->ts_lock);
H A Dsched_ule.c1200 thread_lock_set(td, TDQ_LOCKPTR(tdq));
2431 thread_lock_set(td, TDQ_LOCKPTR(tdq));
/freebsd-10.0-release/sys/sys/
H A Dproc.h326 void thread_lock_set(struct thread *, struct mtx *);

Completed in 77 milliseconds