Home
last modified time | relevance | path

Searched refs:ts_wait (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_mutex.c68 struct timespec ts_wait; in mutex_lock() local
69 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()