Home
last modified time | relevance | path

Searched refs:AtomicCounters (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon-core/src/sleep/
Dcounters.rs3 pub(super) struct AtomicCounters { struct
83 impl AtomicCounters { implementation
85 pub(super) fn new() -> AtomicCounters { in new()
86 AtomicCounters { in new()
Dmod.rs14 use self::counters::{AtomicCounters, JobsEventCounter};
30 counters: AtomicCounters,
68 counters: AtomicCounters::new(), in new()
DREADME.md53 One of the key structs in the sleep module is `AtomicCounters`, found in
/external/mesa3d/docs/relnotes/
D11.0.2.rst63 - glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.