Lines Matching defs:sleepts
167 struct timespec sleepts;
176 sleepts.tv_sec = TIME1_TOTAL_SEC;
177 sleepts.tv_nsec = 500000000;
178 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
197 struct timespec sleepts;
209 sleepts.tv_sec = 5;
210 sleepts.tv_nsec = 0;
211 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
230 sleepts.tv_sec = 5;
231 sleepts.tv_nsec = 0;
232 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
244 sleepts.tv_sec = 2;
245 sleepts.tv_nsec = 0;
246 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);
254 sleepts.tv_sec = 2;
255 sleepts.tv_nsec = 0;
256 ATF_REQUIRE(nanosleep(&sleepts, NULL) == 0);