HomeSort by relevance Sort by last modified time
    Searched refs:slepts (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
1-1.c 21 int slepts = 0, sleptns = 0; local
43 slepts = tsafter.tv_sec - tsbefore.tv_sec;
47 slepts = slepts - 1;
50 if ((slepts > 0) || (sleptns > SLEEPNSEC)) {
1-5.c 29 int pid, slepts; local
82 slepts = tsafter.tv_sec - tsbefore.tv_sec;
88 if (slepts >= SLEEPSEC) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
1-1.c 19 int slepts = 0, sleptns = 0; local
41 slepts = tsafter.tv_sec - tsbefore.tv_sec;
45 slepts = slepts - 1;
48 if ((slepts > 0) || (sleptns > sleepnsec)) {
2-1.c 26 int slepts, sleptns; local
49 slepts = tsafter.tv_sec - tsbefore.tv_sec;
53 slepts = slepts - 1;
56 if (slepts >= 1 || sleptns > sleepnsec[i]) {
58 slepts, sleptns, sleepnsec[i]);
61 slepts, sleptns, sleepnsec[i]);
10000-1.c 52 int slepts = 0, sleptns = 0; local
72 slepts = tsafter.tv_sec - tsbefore.tv_sec;
76 slepts = slepts - 1;
79 if ((slepts - tssleepfor.tv_sec) > OKSECERR) {
81 slepts, sleptns,
86 slepts, sleptns,
3-2.c 26 int pid, slepts; local
79 slepts = tsafter.tv_sec - tsbefore.tv_sec;
83 if (slepts >= SLEEPSEC) {

Completed in 217 milliseconds