Searched refs:ts1 (Results 1 – 1 of 1) sorted by relevance
182 struct timespec ts1; in processBuffers() local191 clock_gettime(CLOCK_REALTIME, &ts1); in processBuffers()192 ts1.tv_nsec += 10000000L; in processBuffers()193 pthread_cond_timedwait(&mRequestAppCond, &thread->mutex, &ts1); in processBuffers()