Searched defs:IdleState (Results 1 – 2 of 2) sorted by relevance
35 pub(super) struct IdleState { struct37 worker_index: usize,40 rounds: u32,44 jobs_counter: JobsEventCounter,70 pub(super) fn start_looking(&self, worker_index: usize) -> IdleState { in start_looking()91 idle_state: &mut IdleState, in no_work_found()121 idle_state: &mut IdleState, in sleep()315 impl IdleState { impl
40 public enum IdleState { enum in Scheduler