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

/freebsd-10.1-release/sys/kern/
H A Dsched_4bsd.c961 struct mtx *tmtx; local
966 tmtx = NULL;
979 tmtx = thread_lock_block(td);
1051 cpu_switch(td, newtd, tmtx != NULL ? tmtx : td->td_lock);

Completed in 33 milliseconds