Searched refs:tmo (Results 1 – 3 of 3) sorted by relevance
5 static struct timespec tmo; variable14 tmo.tv_sec = tv.tv_sec + 3600; \15 tmo.tv_nsec = 0; \19 #define LOCK(m) pthread_mutex_timedlock (m, &tmo)
68 struct timespec tmo; in do_test() local69 if (clock_gettime (clocks[t], &tmo) == -1) in do_test()72 tmo = make_timespec (-1, 0); in do_test()74 tmo = timespec_add (tmo, make_timespec (0, 100000000)); in do_test()79 TEST_COMPARE (pthread_clockjoin_np (thr, NULL, clocks[t], &tmo), ret); in do_test()
17 const struct __timespec64 *tmo);
Completed in 3 milliseconds