Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 25 of 45) sorted by relevance

12

/third_party/rust/rust/tests/ui/mir/
Dissue-106062.rs5 fn spawn<T>(future: T) -> PhantomData<T::Output> in spawn() function
19 async fn spawn(&self, request_handler: impl Sized) { in spawn() method
/third_party/skia/m133/bin/
Dsysopen10 def spawn(cmd): function
/third_party/skia/bin/
Dsysopen10 def spawn(cmd): function
/third_party/rust/rust/tests/ui/macros/
Dmacro-with-braces-in-expr-position.rs9 macro_rules! spawn { macro
/third_party/rust/rust/tests/ui/functions-closures/
Dfn-bare-spawn.rs5 fn spawn<T:Send>(val: T, f: fn(T)) { in spawn() function
/third_party/libuv/test/
Dbenchmark-spawn.c103 static void spawn(void) { in spawn() function
137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument
/third_party/rust/rust/tests/ui/issues/
Dissue-2190-1.rs12 fn spawn(mut f: Box<dyn FnMut() + 'static + Send>) { in spawn() function
/third_party/python/Lib/distutils/
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/third_party/rust/rust/tests/ui/traits/negative-impls/
Dnegated-auto-traits-rpass.rs13 pub fn spawn<F>(_: F) -> () where F: FnOnce(), F: Send + 'static {} in spawn() function
/third_party/rust/rust/tests/ui/async-await/
Dissue-67252-unnamed-future.rs9 fn spawn<T: Send>(_: T) {} in spawn() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/stdx/src/
Dthread.rs26 pub fn spawn<F, T>(intent: ThreadIntent, f: F) -> JoinHandle<T> in spawn() function
58 pub fn spawn<F, T>(self, f: F) -> std::io::Result<JoinHandle<T>> in spawn() method
/third_party/rust/rust/tests/ui/async-await/return-type-notation/
Drtn-implied-in-supertrait.rs11 fn spawn<T>(_: impl Future<Output = T>) -> JoinHandle<T> { in spawn() function
Dissue-110963-early.rs35 fn spawn<F>(future: F) -> JoinHandle in spawn() function
Dissue-110963-late.rs36 fn spawn<F>(future: F) -> JoinHandle in spawn() function
/third_party/rust/rust/tests/ui/generator/
Dlayout-error.rs14 fn spawn(&self, _: impl FnOnce() -> F) { in spawn() method
/third_party/rust/rust/tests/ui/async-await/issues/
Dissue-78938-async-block.rs16 fn spawn<F>(future: F) -> JoinHandle in spawn() function
/third_party/python/Lib/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dtask_pool.rs17 pub(crate) fn spawn<F>(&mut self, intent: ThreadIntent, task: F) in spawn() method
/third_party/rust/rust/tests/incremental/
Dissue-96319-coinductive-cycle.rs28 pub fn spawn<T>(_: T) in spawn() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/stdx/src/thread/
Dpool.rs74 pub fn spawn<F>(&self, intent: ThreadIntent, f: F) in spawn() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp149 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
/third_party/rust/rust/src/tools/clippy/lintcheck/src/
Drecursive.rs83 pub fn spawn(options: RecursiveOptions) -> Self { in spawn() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/flycheck/src/
Dlib.rs85 pub fn spawn( in spawn() method
403 fn spawn(mut command: Command) -> std::io::Result<CargoHandle> { in spawn() method
/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_unsupported.rs15 pub fn spawn( in spawn() method
/third_party/rust/rust/library/alloc/src/testing/
Dcrash_test.rs33 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method

12