Searched defs:IdleState (Results 1 – 3 of 3) sorted by relevance
39 pub(super) struct IdleState { struct41 worker_index: usize,44 rounds: u32,48 jobs_counter: JobsEventCounter,75 pub(super) fn start_looking(&self, worker_index: usize, latch: &CoreLatch) -> IdleState { in start_looking()91 pub(super) fn work_found(&self, idle_state: IdleState) { in work_found()106 idle_state: &mut IdleState, in no_work_found()142 idle_state: &mut IdleState, in sleep()384 impl IdleState { implementation
35 public enum IdleState { enum in Scheduler
38 public enum IdleState { enum in Scheduler