Home
last modified time | relevance | path

Searched defs:IdleState (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/rayon-core/src/sleep/
Dmod.rs35 pub(super) struct IdleState { struct
37 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
/external/robolectric/utils/src/main/java/org/robolectric/util/
DScheduler.java40 public enum IdleState { enum in Scheduler