Searched defs:IdleState (Results 1 – 2 of 2) sorted by relevance
38 pub(super) struct IdleState { struct40 worker_index: usize,43 rounds: u32,47 jobs_counter: JobsEventCounter,73 pub(super) fn start_looking(&self, worker_index: usize, latch: &CoreLatch) -> IdleState { in start_looking()89 pub(super) fn work_found(&self, idle_state: IdleState) { in work_found()104 idle_state: &mut IdleState, in no_work_found()140 idle_state: &mut IdleState, in sleep()382 impl IdleState { implementation
35 public enum IdleState { enum in Scheduler