Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot/src/
Dcondvar.rs838 let should_notify = queue.items.len() == max_queue_size; in consumer_thread() localVariable
862 let should_notify = { in producer_thread() localVariable
870 let should_notify = queue.items.is_empty(); in producer_thread() localVariable
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs732 let should_notify = if is_yield { in schedule_local() localVariable
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h70010 u8 should_notify: 1; member