Home
last modified time | relevance | path

Searched defs:spawn (Results 51 – 75 of 204) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dhandle.rs37 pub(crate) fn spawn<F>(me: &Arc<Self>, future: F, id: task::Id) -> JoinHandle<F::Output> in spawn() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dhandle.rs39 pub(crate) fn spawn<F>(me: &Arc<Self>, future: F, id: task::Id) -> JoinHandle<F::Output> in spawn() method
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dpacket_streamer_grpc.rs55 pub fn spawn<F>(&self, f: F) in spawn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs14 pub fn spawn( in spawn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs14 pub fn spawn( in spawn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs14 pub fn spawn( in spawn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs14 pub fn spawn( in spawn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs14 pub fn spawn( in spawn() method
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/
DShellWindow.py107 def spawn(prog, args): function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp149 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Dbuilder.rs87 pub fn spawn<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs94 pub fn spawn<F>(&self, f: F) in spawn() method
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/examples/
Dwith-metadata.rs89 pub fn spawn<F, T>(future: F) -> Task<T, DurationMetadata> in spawn() function
/aosp_15_r20/frameworks/native/libs/binder/rust/binder_tokio/
H A Dlib.rs114 fn spawn<'a, F1, F2, Fut, A, B, E>(spawn_me: F1, after_spawn: F2) -> BoxFuture<'a, Result<B, E>> in spawn() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dfuture_shared.rs103 let spawn = &mut local_pool.spawner(); in peek() localVariable
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dshell.py235 def spawn(*argv, **kwargs): function
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dshell.py235 def spawn(*argv, **kwargs): function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/testing/
H A Dcrash_test.rs32 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/testing/
H A Dcrash_test.rs32 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/testing/
H A Dcrash_test.rs32 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/testing/
H A Dcrash_test.rs33 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Druntime.rs242 pub fn spawn<F>(&self, future: F) -> JoinHandle<F::Output> in spawn() method
/aosp_15_r20/external/pytorch/torch/multiprocessing/
H A Dspawn.py288 def spawn(fn, args=(), nprocs=1, join=True, daemon=False, start_method="spawn"): function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DParallel.cpp172 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::TaskGroup
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/testing/
H A Dcrash_test.rs33 pub fn spawn(&self, panic: Panic) -> Instance<'_> { in spawn() method

123456789