Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc414 timespec timeout_ts; in Wait() local
415 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts); in Wait()
419 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts)); in Wait()