Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c982 struct mtx *tmtx; in sched_switch() local
987 tmtx = &sched_lock; in sched_switch()
1027 tmtx = thread_lock_block(td); in sched_switch()
1028 mtx_unlock_spin(tmtx); in sched_switch()
1067 cpu_switch(td, newtd, tmtx); in sched_switch()