HomeSort by: relevance | last modified time | path
    Searched defs:ts_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
t_mutex.c 68 struct timespec ts_wait; local in function:mutex_lock
69 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts_wait) != -1);
70 timespecadd(&ts_wait, ts, &ts_wait);
72 return pthread_mutex_timedlock(m, &ts_wait);
t_mutex.c 68 struct timespec ts_wait; local in function:mutex_lock
69 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts_wait) != -1);
70 timespecadd(&ts_wait, ts, &ts_wait);
72 return pthread_mutex_timedlock(m, &ts_wait);

Completed in 25 milliseconds