Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs114 pub(crate) struct RawTask { struct
118 impl RawTask { implementation
159 impl RawTask { impl
161 pub(crate) fn form_raw(ptr: NonNull<Header>) -> RawTask { in form_raw()