Home
last modified time | relevance | path

Searched refs:resume_unwinding (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/rayon-core/src/
Dunwind.rs20 pub(super) fn resume_unwinding(payload: Box<dyn Any + Send>) -> ! { in resume_unwinding() function
Djob.rs180 JobResult::Panic(x) => unwind::resume_unwinding(x), in into_return_value()
Dlib.rs292 Err(err) => unwind::resume_unwinding(err), in build_scoped()
/external/rust/crates/rayon-core/src/join/
Dmod.rs186 unwind::resume_unwinding(err) in join_recover_from_panic()
/external/rust/crates/rayon-core/src/scope/
Dmod.rs604 unwind::resume_unwinding(*value); in steal_till_jobs_complete()