Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwake_list.rs32 pub(crate) struct WakerList { struct
37 /// Safety: `WakerList` is not `Sync` and `Send` because of `UnsafeCell`. argument
40 unsafe impl Sync for WakerList {} implementation
41 unsafe impl Send for WakerList {} implementation
43 impl WakerList { impl