Home
last modified time | relevance | path

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

1234

/external/rust/crates/futures-executor/tests/
Dlocal_pool.rs45 let spawn = pool.spawner(); in run_until_ignores_spawned() localVariable
54 let spawn = pool.spawner(); in run_until_executes_spawned() localVariable
79 let spawn = pool.spawner(); in run_executes_spawned() localVariable
110 let spawn = pool.spawner(); in run_spawn_many() localVariable
142 let spawn = pool.spawner(); in try_run_one_executes_one_ready() localVariable
175 let spawn = pool.spawner(); in try_run_one_returns_on_no_progress() localVariable
212 let spawn = pool.spawner(); in try_run_one_runs_sub_futures() localVariable
247 let spawn = pool.spawner(); in run_until_stalled_returns_multiple_times() localVariable
264 let spawn = pool.spawner(); in run_until_stalled_runs_spawned_sub_futures() localVariable
297 let spawn = pool.spawner(); in run_until_stalled_executes_all_ready() localVariable
[all …]
/external/rust/crates/futures-util/src/task/
Dmod.rs36 mod spawn; module
Dspawn.rs47 fn spawn<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn() method
/external/skia/bin/
Dsysopen10 def spawn(cmd): function
/external/rust/crates/futures-task/src/
Dlib.rs18 mod spawn; module
/external/python/setuptools/setuptools/_distutils/
Dspawn.py18 def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None): function
/external/rust/crates/async-task/examples/
Dspawn.rs12 fn spawn<F, T>(future: F) -> Task<T> in spawn() function
Dspawn-local.rs15 fn spawn<F, T>(future: F) -> Task<T> in spawn() function
/external/python/cpython3/Lib/distutils/
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/external/rust/crates/tokio/src/runtime/
Dspawner.rs27 pub(crate) fn spawn<F>(&self, future: F) -> JoinHandle<F::Output> in spawn() method
/external/autotest/client/bin/
Dprespawner.py57 def spawn(self, args, env_additions=None): member in Prespawner
/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua162 function os.spawn(...) function
/external/igt-gpu-tools/tools/
Dintel_gpu_time.c45 static pid_t spawn(char **argv) in spawn() function
/external/rust/crates/rayon-core/src/spawn/
Dmod.rs60 pub fn spawn<F>(func: F) in spawn() function
/external/rust/crates/tokio/src/task/
Dbuilder.rs69 pub fn spawn<Fut>(self, future: Fut) -> JoinHandle<Fut::Output> in spawn() method
/external/ImageMagick/MagickCore/
Ddelegate.h41 spawn, member
/external/python/cpython3/Lib/
Dpty.py163 def spawn(argv, master_read=_read, stdin_read=_read): function
/external/python/cpython2/Lib/
Dpty.py161 def spawn(argv, master_read=_read, stdin_read=_read): function
/external/python/cpython2/Lib/distutils/
Dspawn.py18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/external/rust/crates/crossbeam-utils/src/
Dthread.rs245 pub fn spawn<'scope, F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() method
410 pub fn spawn<F, T>(self, f: F) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn() method
/external/python/cpython2/Demo/tkinter/guido/
DShellWindow.py107 def spawn(prog, args): function
/external/crosvm/cros_async/src/
Dexecutor.rs180 pub fn spawn<F>(&self, f: F) -> Task<F::Output> in spawn() method
/external/crosvm/common/cros_async/src/
Dexecutor.rs180 pub fn spawn<F>(&self, f: F) -> Task<F::Output> in spawn() method
/external/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
/external/rust/crates/futures/tests/
Dfuture_shared.rs103 let spawn = &mut local_pool.spawner(); in peek() localVariable

1234