Searched refs:broadcast_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h85 /// \param[in] broadcast_type
90 void SetValue(T value, PredicateBroadcastType broadcast_type) { argument
93 printf("%s (value = 0x%8.8x, broadcast_type = %i)\n", __FUNCTION__, value,
94 broadcast_type);
99 Broadcast(old_value, broadcast_type);
201 /// depending on the \a old_value and on the \a broadcast_type.
203 /// If \a broadcast_type is eBroadcastNever, no broadcast will be
206 /// If \a broadcast_type is eBroadcastAlways, the condition variable
209 /// If \a broadcast_type is eBroadcastOnChange, the condition
211 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { argument
[all...]

Completed in 88 milliseconds