Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Dcondvar.rs929 enum NotifyStyle { enum
964 fn notify(style: NotifyStyle, condition: &Condvar, should_notify: bool) { in notify()
982 notify_style: NotifyStyle, in run_queue_test()
1050 notify_style: NotifyStyle, in consumer_thread()
1085 notify_style: NotifyStyle, in producer_thread()