Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dtest.rs27 let start_handler = move |_| { in start_callback_called() localVariable
83 let start_handler = move |_| { in handler_panics_handled_correctly() localVariable
144 let start_handler = move |_| {}; in configuration() localVariable
Dlib.rs198 start_handler: Option<Box<StartHandler>>, field
649 pub fn start_handler<H>(mut self, start_handler: H) -> Self in start_handler() method
728 pub fn start_handler<H>(mut self, start_handler: H) -> Configuration in start_handler() method
826 let start_handler = start_handler.as_ref().map(|_| ClosurePlaceholder); in fmt() localVariable
Dregistry.rs137 start_handler: Option<Box<StartHandler>>, field