Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/
Dppc64_reloc.s42 # rtdyld-check: (*{4}call_b) & 1 = 0
43 call_b: label
/external/rust/crates/rayon-core/src/join/
Dmod.rs128 fn call_b<R>(f: impl FnOnce(FnContext) -> R) -> impl FnOnce(bool) -> R { in join_context() function
136 let job_b = StackJob::new(call_b(oper_b), SpinLatch::new(worker_thread)); in join_context()