Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbackend.rs143 fn spawn_thread<F, T>(_time_trace: bool, f: F) -> std::thread::JoinHandle<T> in spawn_thread() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dlib.rs143 fn spawn_thread<F, T>(time_trace: bool, f: F) -> std::thread::JoinHandle<T> in spawn_thread() method
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function