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

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/nanosleep/
H A D2-1.c25 int slepts, sleptns; local
49 slepts=tsafter.tv_sec-tsbefore.tv_sec;
53 slepts = slepts-1;
56 if ( (slepts >= 1) ||
59 slepts, sleptns, sleepnsec[i]);
62 slepts, sleptns, sleepnsec[i]);
H A D1-1.c19 int slepts=0,sleptns=0; local
41 slepts=tsafter.tv_sec-tsbefore.tv_sec;
45 slepts = slepts-1;
48 if ((slepts > 0) || (sleptns > sleepnsec)) {
H A D10000-1.c51 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,
H A D3-2.c26 int pid, slepts; local
80 slepts=tsafter.tv_sec-tsbefore.tv_sec;
84 if (slepts >= SLEEPSEC) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_nanosleep/
H A D1-1.c21 int slepts=0,sleptns=0; local
43 slepts=tsafter.tv_sec-tsbefore.tv_sec;
47 slepts = slepts-1;
50 if ((slepts > 0) || (sleptns > SLEEPNSEC)) {
H A D1-5.c29 int pid, slepts; local
83 slepts=tsafter.tv_sec-tsbefore.tv_sec;
89 if (slepts >= SLEEPSEC) {

Completed in 40 milliseconds