Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/join/
Dmod.rs123 fn call_a<R>(f: impl FnOnce(FnContext) -> R, injected: bool) -> impl FnOnce() -> R { in join_context() function
141 let status_a = unwind::halt_unwinding(call_a(oper_a, injected)); in join_context()