Home
last modified time | relevance | path

Searched defs:RawTask (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Draw.rs79 pub(crate) struct RawTask<F, T, S, M> { struct
93 impl<F, T, S, M> Copy for RawTask<F, T, S, M> {} argument
95 impl<F, T, S, M> Clone for RawTask<F, T, S, M> { implementation
101 impl<F, T, S, M> RawTask<F, T, S, M> { implementation
134 impl<F, T, S, M> RawTask<F, T, S, M> impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Draw.rs10 pub(crate) struct RawTask { struct
11 ptr: NonNull<Header>,
159 impl RawTask { implementation
171 pub(super) unsafe fn from_raw(ptr: NonNull<Header>) -> RawTask { in from_raw()
250 pub(crate) unsafe fn get_queue_next(self) -> Option<RawTask> { in get_queue_next()
262 pub(crate) unsafe fn set_queue_next(self, val: Option<RawTask>) { in set_queue_next()
267 impl Copy for RawTask {} implementation
Dharness.rs55 impl RawTask { impl
Dmod.rs363 pub(super) fn as_raw(&self) -> RawTask { in as_raw()
414 pub(crate) fn into_raw(self) -> RawTask { in into_raw()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/inject/
Drt_multi_thread.rs69 batch_head: task::RawTask, in push_batch_inner()
70 batch_tail: task::RawTask, in push_batch_inner()