Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dnotify.rs313 enum NotifyOneStrategy { enum
597 fn notify_with_strategy(&self, strategy: NotifyOneStrategy) { in notify_with_strategy()
752 strategy: NotifyOneStrategy, in notify_locked()