Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.cc145 bool Wait(art::Thread* self, uint64_t timeout_in_ms) { in Wait() argument
147 cond_.wait_for(lk, std::chrono::milliseconds(timeout_in_ms)); in Wait()