Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsched_4bsd.c941 struct mtx *tmtx; in sched_switch() local
946 tmtx = NULL; in sched_switch()
959 tmtx = thread_lock_block(td); in sched_switch()
1041 cpu_switch(td, newtd, tmtx != NULL ? tmtx : td->td_lock); in sched_switch()