Searched refs:ts (Results 1 – 5 of 5) sorted by relevance
273 ts.flags = 0; in do_test()274 ts.wordc = 1; in do_test()276 ts.ifs = IFS; in do_test()283 ts.flags = 0; in do_test()284 ts.wordc = 1; in do_test()286 ts.ifs = IFS; in do_test()294 ts.retval = 0; in do_test()295 ts.env = NULL; in do_test()297 ts.flags = 0; in do_test()298 ts.wordc = 2; in do_test()[all …]
26 struct timespec ts[2] = { { -1, -1 }, { -1, -1 } }; in do_test() local35 TEST_COMPARE (sched_rr_get_interval (0, ts), 0); in do_test()38 TEST_VERIFY (ts[0].tv_sec >= 0); in do_test()39 TEST_VERIFY (ts[0].tv_nsec >= 0 && ts[0].tv_nsec < 1000000000); in do_test()40 TEST_VERIFY (ts[1].tv_sec == -1 && ts[1].tv_nsec == -1); in do_test()
33 struct timespec ts; in do_test() local34 ts.tv_sec = 1; in do_test()35 ts.tv_nsec = 0; in do_test()36 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
81 struct timespec ts; in do_test() local82 ts.tv_sec = 1; in do_test()83 ts.tv_nsec = 0; in do_test()84 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
5348 * posix/wordexp-test.c (main): Initialize ifs element of ts for
Completed in 20 milliseconds