Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot/src/
Donce.rs22 pub enum OnceState { enum
36 impl OnceState { implementation
94 pub fn state(&self) -> OnceState { in state()
181 F: FnOnce(OnceState), in call_once_force()
205 fn call_once_slow(&self, ignore_poison: bool, f: &mut dyn FnMut(OnceState)) { in call_once_slow()