Searched defs:eBroadcastAlways (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Host/
H A DPredicate.h29 eBroadcastAlways, ///< Always send a broadcast when the value is modified. enumerator in enum:lldb_private::__anon9883
485 /// If \a broadcast_type is eBroadcastAlways, the condition variable
494 bool broadcast = (broadcast_type == eBroadcastAlways) || ((broadcast_type == eBroadcastOnChange) && old_value != m_value);

Completed in 97 milliseconds