Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_handle.rs78 pub(crate) fn get_cancel_handle(&self) -> CancelHandle { in get_cancel_handle()
140 pub struct CancelHandle { struct
144 impl CancelHandle { impl
145 pub(crate) fn new(raw: RawTask) -> CancelHandle { in new()
166 impl Drop for CancelHandle { implementation
172 unsafe impl Send for CancelHandle {} implementation
173 unsafe impl Sync for CancelHandle {} implementation