Home
last modified time | relevance | path

Searched refs:slepts (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
H A D2-1.c26 int slepts, sleptns; in main() local
49 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
53 slepts = slepts - 1; in main()
56 if (slepts >= 1 || sleptns > sleepnsec[i]) { in main()
58 slepts, sleptns, sleepnsec[i]); in main()
61 slepts, sleptns, sleepnsec[i]); in main()
H A D10000-1.c52 int slepts = 0, sleptns = 0; in main() local
72 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
76 slepts = slepts - 1; in main()
79 if ((slepts - tssleepfor.tv_sec) > OKSECERR) { in main()
81 slepts, sleptns, in main()
86 slepts, sleptns, in main()
H A D1-1.c19 int slepts = 0, sleptns = 0; in main() local
41 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
45 slepts = slepts - 1; in main()
48 if ((slepts > 0) || (sleptns > sleepnsec)) { in main()
H A D3-2.c26 int pid, slepts; in main() local
82 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
86 if (slepts >= SLEEPSEC) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
H A D1-1.c21 int slepts = 0, sleptns = 0; in main() local
43 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
47 slepts = slepts - 1; in main()
50 if ((slepts > 0) || (sleptns > SLEEPNSEC)) { in main()
H A D1-5.c30 int pid, slepts; in main() local
86 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main()
92 if (slepts >= SLEEPSEC) { in main()

Completed in 3 milliseconds