/external/rust/crates/futures-task/src/ |
D | spawn.rs | 6 pub trait Spawn { trait 86 impl<Sp: ?Sized + Spawn> Spawn for &Sp { impl 96 impl<Sp: ?Sized + Spawn> Spawn for &mut Sp { impl 131 impl<Sp: ?Sized + Spawn> Spawn for Box<Sp> { 151 impl<Sp: ?Sized + Spawn> Spawn for Rc<Sp> { 174 impl<Sp: ?Sized + Spawn> Spawn for Arc<Sp> {
|
D | lib.rs | 27 pub use crate::spawn::{Spawn, SpawnError, LocalSpawn};
|
/external/rust/crates/tokio-test/src/ |
D | task.rs | 15 pub fn spawn<T>(task: T) -> Spawn<T> { in spawn() 16 Spawn { in spawn() 24 pub struct Spawn<T> { struct 47 impl<T> Spawn<T> { argument 79 impl<T: Unpin> ops::Deref for Spawn<T> { implementation 87 impl<T: Unpin> ops::DerefMut for Spawn<T> { implementation 93 impl<T: Future> Spawn<T> { impl 101 impl<T: Stream> Spawn<T> { impl 109 impl<T: Future> Future for Spawn<T> { implementation 117 impl<T: Stream> Stream for Spawn<T> { implementation
|
/external/rust/crates/futures-util/src/task/ |
D | spawn.rs | 1 use futures_task::{LocalSpawn, Spawn}; 16 impl<Sp: ?Sized> SpawnExt for Sp where Sp: Spawn {} 20 pub trait SpawnExt: Spawn {
|
D | mod.rs | 17 Spawn, LocalSpawn, SpawnError,
|
/external/rust/crates/futures/tests/ |
D | object_safety.rs | 45 use futures::task::{LocalSpawn, Spawn}; in task() 47 assert_is_object_safe::<&dyn Spawn>(); in task()
|
/external/rust/crates/grpcio/src/task/ |
D | mod.rs | 117 Spawn(Arc<SpawnTask>), enumerator 180 CallTag::Spawn(notify) => self::executor::resolve(notify, success), in resolve() 193 CallTag::Spawn(_) => write!(f, "CallTag::Spawn"), in fmt()
|
D | executor.rs | 157 match task.kicker.kick(Box::new(CallTag::Spawn(w))) { in wake_by_ref()
|
/external/rust/crates/tokio-test/ |
D | CHANGELOG.md | 17 - Add `Future` and `Stream` implementations for `task::Spawn<T>`.
|
/external/autotest/client/tests/ddtest/ |
D | control | 4 Spawn multiple threads to write sequentially to the same disk and time
|
/external/rust/crates/futures-executor/src/ |
D | local_pool.rs | 6 use futures_task::{FutureObj, LocalFutureObj, LocalSpawn, Spawn, SpawnError}; 366 impl Spawn for LocalSpawner {
|
D | thread_pool.rs | 5 use futures_task::{FutureObj, Spawn, SpawnError}; 134 impl Spawn for ThreadPool {
|
/external/rust/crates/futures-util/src/compat/ |
D | executor.rs | 8 use futures_task::{FutureObj, Spawn as Spawn03, SpawnError as SpawnError03};
|
D | compat01as03.rs | 3 Spawn as Spawn01, UnsafeNotify as UnsafeNotify01,
|
/external/rust/crates/tokio/tests/ |
D | time_interval.rs | 47 fn poll_next(interval: &mut task::Spawn<time::Interval>) -> Poll<Instant> { in poll_next()
|
/external/rust/crates/futures-util/src/stream/futures_unordered/ |
D | mod.rs | 9 use futures_task::{FutureObj, LocalFutureObj, Spawn, LocalSpawn, SpawnError}; 65 impl Spawn for FuturesUnordered<FutureObj<'_, ()>> {
|
/external/llvm-project/clang/include/clang/Config/ |
D | config.h.cmake | 83 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
|
/external/python/cpython2/Doc/library/ |
D | pty.rst | 41 Spawn a process, and connect its controlling terminal with the current
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.h | 169 Process Spawn(lldb_private::ProcessLaunchInfo &launch_info);
|
/external/rust/crates/shared_child/ |
D | README.md | 42 // Spawn a child that will just sleep for a long time,
|
/external/python/cpython3/Doc/library/ |
D | pty.rst | 44 Spawn a process, and connect its controlling terminal with the current
|
D | asyncio-llapi-index.rst | 235 - Spawn a subprocess. 238 - Spawn a subprocess from a shell command.
|
/external/rust/crates/futures-executor/tests/ |
D | local_pool.rs | 4 use futures::task::{Context, Poll, Spawn, LocalSpawn, Waker};
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.cpp | 68 auto spawned = device.Spawn(launch_info); in LaunchProcess()
|
/external/swiftshader/third_party/marl/ |
D | README.md | 173 // Spawn the new thread.
|