Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c71 struct timespec ts_wait; in mutex_lock() local
72 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()