Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:TEMP_FAILURE_RETRY

697       int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts));
1665 int bytes_read = TEMP_FAILURE_RETRY(read(in->Fd(), buffer.get(), buffer_size));