Searched refs:ts_wait (Results 1 – 1 of 1) sorted by relevance
71 struct timespec ts_wait; in mutex_lock() local72 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts_wait) != -1); in mutex_lock()73 timespecadd(&ts_wait, ts, &ts_wait); in mutex_lock()75 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()