Searched refs:startts (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/rt/ |
D | tst-timer4.c | 343 struct timespec startts; in do_test() local 344 if (clock_gettime (TEST_CLOCK, &startts) != 0) in do_test() 416 else if (check_ts ("thr1", &startts, &thr1_ts, 200000)) in do_test() 434 else if (check_ts ("thr2", &startts, &thr2_ts, 300000)) in do_test() 460 else if (check_ts ("sig1", &startts, &sig1_ts, 400000)) in do_test() 478 else if (check_ts ("sig2", &startts, &sig2_ts, 500000)) in do_test() 496 if (clock_gettime (TEST_CLOCK, &startts) != 0) in do_test() 563 else if (check_ts ("thr1", &startts, &thr1_ts, 1100000 + 4 * 200000)) in do_test() 571 else if (check_ts ("thr2", &startts, &thr2_ts, 1200000 + 4 * 300000)) in do_test() 586 else if (check_ts ("sig1", &startts, &sig1_ts, 1300000 + 4 * 400000)) in do_test() [all …]
|