Searched refs:ts (Results 1 – 3 of 3) sorted by relevance
121 struct timespec ts = {timeout, 0}; in do_test() local122 if (nanosleep (&ts, NULL)) in do_test()
188 struct timespec ts = {timeout, 0}; in do_test() local189 if (nanosleep (&ts, NULL)) in do_test()
100 struct timespec ts; member173 clock_gettime (CLOCK_REALTIME, &allocations[index]->ts); in malloc_internal()
Completed in 7 milliseconds