Home
last modified time | relevance | path

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

/external/rust/crates/getrandom/src/
Dlazy.rs34 pub fn unsync_init(&self, init: impl FnOnce() -> usize) -> usize { in unsync_init() method
53 pub fn unsync_init(&self, init: impl FnOnce() -> bool) -> bool { in unsync_init() method