Searched refs:clock_settime (Results 1 – 25 of 87) sorted by relevance
1234
/external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/ |
D | twopsetclock.c | 47 if (clock_settime(CLOCK_REALTIME, &tschild) != 0) { in main() 61 if (clock_settime(CLOCK_REALTIME, &tsparent) != 0) { in main() 84 if (clock_settime(CLOCK_REALTIME, &tsreset) != 0) { in main()
|
D | invaliddates.c | 51 if (clock_settime(CLOCK_REALTIME, &tpset) == 0) { in main() 79 if (clock_settime(CLOCK_REALTIME, &tsreset) != 0) { in main() 85 if (clock_settime(CLOCK_REALTIME, &tsreset) != 0) { in main()
|
/external/ltp/testcases/kernel/timers/leapsec/ |
D | leapsec_timer.c | 167 if (clock_settime(CLOCK_REALTIME, &now) < 0) in run_leapsec() 197 if (clock_settime(CLOCK_REALTIME, &start) < 0) in run_leapsec() 216 clock_settime(CLOCK_REALTIME, &now); in cleanup()
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 325 if (clock_settime(clkid, &ts)) { in main() 334 if (clock_settime(CLOCK_REALTIME, &ts)) { in main() 344 if (clock_settime(clkid, &ts)) { in main()
|
/external/strace/tests-mx32/ |
D | clock_xettime.gen.test | 4 run_strace_match_diff -a36 -e trace=clock_getres,clock_gettime,clock_settime
|
/external/strace/tests-m32/ |
D | clock_xettime.gen.test | 4 run_strace_match_diff -a36 -e trace=clock_getres,clock_gettime,clock_settime
|
/external/strace/tests/ |
D | clock_xettime.gen.test | 4 run_strace_match_diff -a36 -e trace=clock_getres,clock_gettime,clock_settime
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 15-1-buildonly.c | 21 dummyvar = clock_settime; in dummyfcn()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
D | 6-1.c | 26 if (clock_settime(CLOCK_MONOTONIC, &tpset) == -1) { in main()
|
D | helpers.h | 27 if (clock_settime(CLOCK_REALTIME, &tpset) != 0) { in setBackTime()
|
D | 17-1.c | 34 if (clock_settime(BOGUSCLOCKID, &tpset) == -1) { in main()
|
D | 20-1.c | 32 if (clock_settime(CLOCK_MONOTONIC, &tpset) == -1) { in main()
|
D | 17-2.c | 55 if (clock_settime(invalid_tests[i], &tpset) == -1) { in main()
|
D | 19-1.c | 63 if (clock_settime(CLOCK_REALTIME, &tsset) == -1) { in main()
|
D | 1-1.c | 49 if (clock_settime(CLOCK_REALTIME, &tpset) == 0) { in main()
|
D | 8-1.c | 92 if (clock_settime(CLOCK_REALTIME, &tsT0) != 0) { in main()
|
D | 7-1.c | 93 if (clock_settime(CLOCK_REALTIME, &tsT0) != 0) { in main()
|
D | 7-2.c | 96 if (clock_settime(CLOCK_REALTIME, &tsT2) != 0) { in main()
|
D | 4-2.c | 99 if (clock_settime(CLOCK_REALTIME, &tpclock) != 0) { in main()
|
D | 5-2.c | 107 if (clock_settime(CLOCK_REALTIME, &tsclock) != 0) { in main()
|
D | 4-1.c | 102 if (clock_settime(CLOCK_REALTIME, &tpT0) != 0) { in main()
|
D | 5-1.c | 107 if (clock_settime(CLOCK_REALTIME, &tsclock) != 0) { in main()
|
/external/ltp/testcases/kernel/timers/clock_settime/ |
D | clock_settime02.c | 124 if (clock_settime(CLOCK_REALTIME, &saved) < 0) { in cleanup()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
D | 4-3.c | 108 if (clock_settime(CLOCK_REALTIME, &tpclock) != 0) { in main()
|
D | 4-4.c | 111 if (clock_settime(CLOCK_REALTIME, &tpclock) != 0) { in main()
|
1234