Home
last modified time | relevance | path

Searched defs:TaskHandle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dtask.rs22 pub struct TaskHandle<R> { struct
26 impl<R> From<JoinHandle<R>> for TaskHandle<R> { argument
35 impl<R> TaskHandle<R> { impl
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dtask_handle.rs30 pub(crate) struct TaskHandle<T: Future, S: Schedule> { struct
34 impl<T, S> TaskHandle<T, S> implementation
54 impl<T, S> TaskHandle<T, S> impl
166 impl<T, S> TaskHandle<T, S> implementation
270 impl<T, S> TaskHandle<T, S> impl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dconcurrent_adapter.h26 using TaskHandle = ffrt::task_handle; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h41 typedef void (*TaskHandle)(void *arg); typedef
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dtask_handler_wrap.h72 friend class TaskHandle; variable
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dloop_event.h60 typedef LoopBase *TaskHandle; typedef