Home | History | Annotate | Download | only in HAL3

Lines Matching defs:ts

4529     struct timespec ts;
4531 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
4538 ts.tv_sec += 5;
4549 rc = pthread_cond_timedwait(&mRequestCond, &mMutex, &ts);