Searched refs:timeout_in_ms (Results 1 – 1 of 1) sorted by relevance
145 bool Wait(art::Thread* self, uint64_t timeout_in_ms) { in Wait() argument147 cond_.wait_for(lk, std::chrono::milliseconds(timeout_in_ms)); in Wait()