Home
last modified time | relevance | path

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

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