Home | History | Annotate | Download | only in base

Lines Matching defs:ts

654   timespec ts;
655 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts);
656 int result = pthread_rwlock_timedwrlock(&rwlock_, &ts);
924 timespec ts;
925 InitTimeSpec(true, clock, ms, ns, &ts);
926 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts));