Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-robust3.c5 static struct timespec tmo; variable
14 tmo.tv_sec = tv.tv_sec + 3600; \
15 tmo.tv_nsec = 0; \
19 #define LOCK(m) pthread_mutex_timedlock (m, &tmo)
A Dtst-join15.c68 struct timespec tmo; in do_test() local
69 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()
/sysdeps/unix/sysv/linux/include/sys/
A Dsem.h17 const struct __timespec64 *tmo);

Completed in 3 milliseconds