Home
last modified time | relevance | path

Searched refs:WaitFor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h123 std::optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor() function
158 return WaitFor([&value](T current) { return value == current; }, timeout) !=
187 return WaitFor([&value](T current) { return value != current; }, timeout);