Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs37 fn spawn<'a, F1, F2, Fut, A, B>( in spawn() method
55 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() method
H A Dipc_ylong.rs26 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() method
67 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dlib.rs47 mod spawn; module
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs35 mod spawn; module
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dbuilder.rs62 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
H A Djoin_set.rs156 pub fn spawn<T>(&mut self, task: T) -> CancelHandle in spawn() method
413 pub fn spawn<T>(&mut self, task: T) -> CancelHandle in spawn() method
H A Dmod.rs141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
H A Dcurrent_thread.rs250 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
H A Dblocking_pool.rs207 fn spawn(&self, task: Task) { in spawn() method
H A Dasync_pool.rs494 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs332 pub fn spawn(&mut self) -> io::Result<Child> { in spawn() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs286 pub fn spawn(&mut self, pts: &Pts) -> io::Result<Child> { in spawn() method