Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanBase.cpp63 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local
DUnixSignals.cpp289 llvm::Optional<bool> should_notify) { in GetFilteredSignals()
DStopInfo.cpp935 bool should_notify = in DoShouldNotify() local
/external/llvm-project/lldb/unittests/Signals/
DUnixSignalsTest.cpp59 bool should_suppress = false, should_stop = false, should_notify = false; in TEST() local
/external/rust/crates/parking_lot/src/
Dcondvar.rs852 let should_notify = queue.items.len() == max_queue_size; in consumer_thread() localVariable
876 let should_notify = { in producer_thread() localVariable
884 let should_notify = queue.items.is_empty(); in producer_thread() localVariable
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs745 let should_notify = if is_yield { in schedule_local() localVariable