Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sync/lazy_lock/
Dtests.rs12 fn spawn_and_wait<R: Send + 'static>(f: impl FnOnce() -> R + Send + 'static) -> R { in spawn_and_wait() function
/third_party/rust/rust/library/std/src/sync/once_lock/
Dtests.rs11 fn spawn_and_wait<R: Send + 'static>(f: impl FnOnce() -> R + Send + 'static) -> R { in spawn_and_wait() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dutils.rs187 pub(crate) fn spawn_and_wait(mut cmd: Command) { in spawn_and_wait() function