| /third_party/rust/rust/tests/ui/mir/ |
| D | issue-106062.rs | 5 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/ |
| D | sysopen | 10 def spawn(cmd): function
|
| /third_party/skia/bin/ |
| D | sysopen | 10 def spawn(cmd): function
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | macro-with-braces-in-expr-position.rs | 9 macro_rules! spawn { macro
|
| /third_party/rust/rust/tests/ui/functions-closures/ |
| D | fn-bare-spawn.rs | 5 fn spawn<T:Send>(val: T, f: fn(T)) { in spawn() function
|
| /third_party/libuv/test/ |
| D | benchmark-spawn.c | 103 static void spawn(void) { in spawn() function 137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-2190-1.rs | 12 fn spawn(mut f: Box<dyn FnMut() + 'static + Send>) { in spawn() function
|
| /third_party/python/Lib/distutils/ |
| D | spawn.py | 23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
| /third_party/rust/rust/tests/ui/traits/negative-impls/ |
| D | negated-auto-traits-rpass.rs | 13 pub fn spawn<F>(_: F) -> () where F: FnOnce(), F: Send + 'static {} in spawn() function
|
| /third_party/rust/rust/tests/ui/async-await/ |
| D | issue-67252-unnamed-future.rs | 9 fn spawn<T: Send>(_: T) {} in spawn() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/stdx/src/ |
| D | thread.rs | 26 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/ |
| D | rtn-implied-in-supertrait.rs | 11 fn spawn<T>(_: impl Future<Output = T>) -> JoinHandle<T> { in spawn() function
|
| D | issue-110963-early.rs | 35 fn spawn<F>(future: F) -> JoinHandle in spawn() function
|
| D | issue-110963-late.rs | 36 fn spawn<F>(future: F) -> JoinHandle in spawn() function
|
| /third_party/rust/rust/tests/ui/generator/ |
| D | layout-error.rs | 14 fn spawn(&self, _: impl FnOnce() -> F) { in spawn() method
|
| /third_party/rust/rust/tests/ui/async-await/issues/ |
| D | issue-78938-async-block.rs | 16 fn spawn<F>(future: F) -> JoinHandle in spawn() function
|
| /third_party/python/Lib/ |
| D | pty.py | 193 def spawn(argv, master_read=_read, stdin_read=_read): function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | task_pool.rs | 17 pub(crate) fn spawn<F>(&mut self, intent: ThreadIntent, task: F) in spawn() method
|
| /third_party/rust/rust/tests/incremental/ |
| D | issue-96319-coinductive-cycle.rs | 28 pub fn spawn<T>(_: T) in spawn() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/stdx/src/thread/ |
| D | pool.rs | 74 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/ |
| D | Parallel.cpp | 149 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
|
| /third_party/rust/rust/src/tools/clippy/lintcheck/src/ |
| D | recursive.rs | 83 pub fn spawn(options: RecursiveOptions) -> Self { in spawn() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/flycheck/src/ |
| D | lib.rs | 85 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/ |
| D | process_unsupported.rs | 15 pub fn spawn( in spawn() method
|
| /third_party/rust/rust/library/alloc/src/testing/ |
| D | crash_test.rs | 33 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method
|