Home
last modified time | relevance | path

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

/external/rust/crates/async-task/src/
Draw.rs67 pub(crate) struct RawTask<F, T, S> { struct
81 impl<F, T, S> Copy for RawTask<F, T, S> {} implementation
83 impl<F, T, S> Clone for RawTask<F, T, S> { implementation
89 impl<F, T, S> RawTask<F, T, S> { impl
122 impl<F, T, S> RawTask<F, T, S> implementation
/external/rust/crates/tokio/src/runtime/task/
Draw.rs9 pub(super) struct RawTask { struct
10 ptr: NonNull<Header>,
158 impl RawTask { impl
170 pub(super) unsafe fn from_raw(ptr: NonNull<Header>) -> RawTask { in from_raw()
245 impl Clone for RawTask { implementation
251 impl Copy for RawTask {} implementation
Dharness.rs53 impl RawTask { impl