Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPredicate.h140 llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor() function
177 return WaitFor([&value](T current) { return value == current; }, timeout) !=
208 return WaitFor([&value](T current) { return value != current; }, timeout);