Searched defs:ONCE (Results 1 – 5 of 5) sorted by relevance
55 static ONCE: Once = Once::new(); in get_instance() constant
96 static ONCE: Once = Once::new(); in global_default_async() variable125 static ONCE: Once = Once::new(); in global_default_blocking() variable
176 static ONCE: Once = Once::new(); in get_instance() constant
275 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() variable
40 enum ListenerMode { ONCE, PERMANENT }; enumerator