Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Dcondvar.rs1066 let should_notify = queue.items.len() == max_queue_size; in consumer_thread() localVariable
1090 let should_notify = { in producer_thread() localVariable
1098 let should_notify = queue.items.is_empty(); in producer_thread() localVariable
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_task_results_manager.cc111 bool should_notify = false; in ProcessDnsTransactionResults() local
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/
Dqueue.rs341 pub fn should_notify(&self) -> bool { in should_notify() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs1086 let should_notify = if is_yield || !core.lifo_enabled { in schedule_local() localVariable
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h43275 u8 should_notify: 1; member