Searched refs:ts_wait (Results 1 – 1 of 1) sorted by relevance
68 struct timespec ts_wait; in mutex_lock() local69 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts_wait) != -1); in mutex_lock()70 timespecadd(&ts_wait, ts, &ts_wait); in mutex_lock()72 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()