Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dlib.rs233 type ExitHandler = dyn Fn(usize) + Send + Sync; typedef
658 fn take_exit_handler(&mut self) -> Option<Box<ExitHandler>> { in take_exit_handler()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dasync_system.hpp124 inline BOOST_ASIO_INITFN_RESULT_TYPE(ExitHandler, void (boost::system::error_code, int)) in BOOST_ASIO_INITFN_RESULT_TYPE() argument