Searched defs:WaitFor (Results 1 – 7 of 7) sorted by relevance
58 inline bool WaitFor(std::chrono::milliseconds ms) { in WaitFor() function
53 bool Semaphore::WaitFor(const TimeDelta& rel_time) { in WaitFor() function in v8::base::Semaphore
81 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { in WaitFor() function in v8::base::ConditionVariable
112 def WaitFor(condition, timeout): function
72 def WaitFor(condition, wait_period=5, max_tries=None): function
65 tensorflow::Status EagerExecutor::WaitFor(tensorflow::uint64 node_id) { in WaitFor() function in tensorflow::EagerExecutor
63 def WaitFor(self, success_regex, failure_regex=None, timeout=None, member in LogcatMonitor