Home
last modified time | relevance | path

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

123

/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
74 let spawn = pool.spawner(); in run_executes_spawned() localVariable
96 let spawn = pool.spawner(); in run_spawn_many() localVariable
123 let spawn = pool.spawner(); in try_run_one_executes_one_ready() localVariable
151 let spawn = pool.spawner(); in try_run_one_returns_on_no_progress() localVariable
183 let spawn = pool.spawner(); in try_run_one_runs_sub_futures() localVariable
213 let spawn = pool.spawner(); in run_until_stalled_returns_multiple_times() localVariable
230 let spawn = pool.spawner(); in run_until_stalled_runs_spawned_sub_futures() localVariable
258 let spawn = pool.spawner(); in run_until_stalled_executes_all_ready() localVariable
[all …]
/external/rust/crates/futures-util/src/task/
Dmod.rs38 mod spawn; module
Dspawn.rs46 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.rs26 mod spawn; module
/external/libwebsockets/minimal-examples/
Dselftests-library.sh38 spawn() { function
/external/python/cpython3/Lib/distutils/
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): 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/autotest/client/bin/
Dprespawner.py57 def spawn(self, args, env_additions=None): member in Prespawner
/external/rust/crates/rayon-core/src/spawn/
Dmod.rs60 pub fn spawn<F>(func: F) in spawn() function
/external/igt-gpu-tools/tools/
Dintel_gpu_time.c45 static pid_t spawn(char **argv) in spawn() function
/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua162 function os.spawn(...) function
/external/ImageMagick/MagickCore/
Ddelegate.h41 spawn, member
/external/python/cpython3/Lib/
Dpty.py151 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/crosvm/cros_async/src/
Dexecutor.rs181 pub fn spawn<F>(&self, f: F) -> Task<F::Output> in spawn() method
/external/python/cpython2/Demo/tkinter/guido/
DShellWindow.py107 def spawn(prog, args): function
/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/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dexpect.py6 def __init__(self, spawn, searcher, searchwindowsize=-1): argument
/external/rust/crates/tokio/src/runtime/thread_pool/
Dmod.rs91 pub(crate) fn spawn<F>(&self, future: F) -> JoinHandle<F::Output> in spawn() method
/external/rust/crates/futures/tests/
Dshared.rs117 let spawn = &mut local_pool.spawner(); in peek() localVariable
/external/llvm-project/llvm/lib/Support/
DParallel.cpp156 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup

123