| /external/rust/crates/futures-executor/tests/ |
| D | local_pool.rs | 45 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/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
| D | spawn.hpp | 423 inline void spawn(BOOST_ASIO_MOVE_ARG(Function) function, in spawn() function 435 void spawn(BOOST_ASIO_MOVE_ARG(Handler) handler, in spawn() function 457 void spawn(basic_yield_context<Handler> ctx, in spawn() function 476 inline void spawn(const Executor& ex, in spawn() function 488 inline void spawn(const strand<Executor>& ex, in spawn() function 500 inline void spawn(const boost::asio::io_context::strand& s, in spawn() function 512 inline void spawn(ExecutionContext& ctx, in spawn() function
|
| /external/rust/crates/futures-util/src/task/ |
| D | mod.rs | 39 mod spawn; module
|
| D | spawn.rs | 49 fn spawn<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn() method
|
| /external/skia/bin/ |
| D | sysopen | 10 def spawn(cmd): function
|
| /external/rust/crates/futures-task/src/ |
| D | lib.rs | 18 mod spawn; module
|
| /external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
| D | spawn.hpp | 49 inline void spawn(Args && ...args) in spawn() function
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | spawn.py | 18 def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None): function
|
| /external/python/cpython3/Lib/distutils/ |
| D | spawn.py | 23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
| /external/rust/crates/async-task/examples/ |
| D | spawn.rs | 12 fn spawn<F, T>(future: F) -> Task<T> in spawn() function
|
| D | spawn-local.rs | 15 fn spawn<F, T>(future: F) -> Task<T> in spawn() function
|
| /external/cronet/third_party/protobuf/python/protobuf_distutils/protobuf_distutils/ |
| D | generate_py_protobufs.py | 38 import distutils.spawn as spawn namespace
|
| /external/protobuf/python/protobuf_distutils/protobuf_distutils/ |
| D | generate_py_protobufs.py | 38 import distutils.spawn as spawn namespace
|
| /external/autotest/client/bin/ |
| D | prespawner.py | 57 def spawn(self, args, env_additions=None): member in Prespawner
|
| /external/igt-gpu-tools/tools/ |
| D | intel_gpu_time.c | 45 static pid_t spawn(char **argv) in spawn() function
|
| /external/bcc/src/lua/bcc/vendor/ |
| D | helpers.lua | 162 function os.spawn(...) function
|
| /external/rust/crates/rayon-core/src/spawn/ |
| D | mod.rs | 60 pub fn spawn<F>(func: F) in spawn() function
|
| /external/python/cpython3/Lib/ |
| D | pty.py | 193 def spawn(argv, master_read=_read, stdin_read=_read): function
|
| /external/python/cpython2/Lib/ |
| D | pty.py | 161 def spawn(argv, master_read=_read, stdin_read=_read): function
|
| /external/trusty/lk/lib/rust_support/ |
| D | thread.rs | 162 pub fn spawn<F>(self, f: F) -> Result<JoinHandle, i32> in spawn() method 211 pub fn spawn<F>(f: F) -> Result<JoinHandle, i32> in spawn() function
|
| /external/python/cpython2/Lib/distutils/ |
| D | spawn.py | 18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | handle.rs | 37 pub(crate) fn spawn<F>(me: &Arc<Self>, future: F, id: task::Id) -> JoinHandle<F::Output> in spawn() method
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
| D | handle.rs | 33 pub(crate) fn spawn<F>(me: &Arc<Self>, future: F, id: task::Id) -> JoinHandle<F::Output> in spawn() method
|
| /external/python/cpython2/Demo/tkinter/guido/ |
| D | ShellWindow.py | 107 def spawn(prog, args): function
|
| /external/rust/crates/crossbeam-utils/src/ |
| D | thread.rs | 262 pub fn spawn<'scope, F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() method 427 pub fn spawn<F, T>(self, f: F) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn() method
|