Searched refs:slepts (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
D | 2-1.c | 26 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()
|
D | 10000-1.c | 52 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()
|
D | 1-1.c | 19 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()
|
D | coverage.txt | 22 slepts, sleptns = amount of seconds and nanoseconds slept, respectively 24 slepts=FINISHSEC - STARTSEC; 28 slepts = slepts-1;
|
D | 3-2.c | 26 int pid, slepts; in main() local 79 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main() 83 if (slepts >= SLEEPSEC) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/ |
D | 1-1.c | 21 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()
|
D | 1-5.c | 29 int pid, slepts; in main() local 82 slepts = tsafter.tv_sec - tsbefore.tv_sec; in main() 88 if (slepts >= SLEEPSEC) { in main()
|