Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Datomic_waker.rs20 pub(crate) struct AtomicWaker { struct
34 impl AtomicWaker { argument
89 unsafe impl Send for AtomicWaker {} implementation
90 unsafe impl Sync for AtomicWaker {} implementation