Searched refs:AtomicCounters (Results 1 – 4 of 4) sorted by relevance
3 pub(super) struct AtomicCounters { struct83 impl AtomicCounters { implementation85 pub(super) fn new() -> AtomicCounters { in new()86 AtomicCounters { in new()
14 use self::counters::{AtomicCounters, JobsEventCounter};30 counters: AtomicCounters,68 counters: AtomicCounters::new(), in new()
53 One of the key structs in the sleep module is `AtomicCounters`, found in
63 - glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.