Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-join15.c40 const clockid_t clocks[] = { in do_test() local
65 for (int t = 0; t < array_length (clocks); t++) in do_test()
69 if (clock_gettime (clocks[t], &tmo) == -1) in do_test()
76 int ret = clocks[t] == CLOCK_REALTIME || clocks[t] == CLOCK_MONOTONIC in do_test()
79 TEST_COMPARE (pthread_clockjoin_np (thr, NULL, clocks[t], &tmo), ret); in do_test()

Completed in 3 milliseconds