Searched refs:SLEEPSEC (Results 1 – 14 of 14) sorted by relevance
29 #define SLEEPSEC 2 macro57 if (sleep(SLEEPSEC) != 0) { in main()67 delta = (itsset.it_value.tv_sec - SLEEPSEC) - itsget.it_value.tv_sec; in main()72 (int)itsset.it_value.tv_sec - SLEEPSEC); in main()83 (int)itsset.it_value.tv_sec - SLEEPSEC); in main()
34 #define SLEEPSEC 3 macro64 if (sleep(SLEEPSEC) != 0) { in main()94 (SLEEPSEC - itsset.it_value.tv_sec); in main()110 (int)itsset.it_value.tv_sec - SLEEPSEC); in main()
22 #define SLEEPSEC 30 macro61 tssleep.tv_sec = SLEEPSEC; in main()73 if (abs(sleptplusremaining - SLEEPSEC) <= OKDELTA) { in main()75 abs(sleptplusremaining - SLEEPSEC)); in main()79 abs(sleptplusremaining - SLEEPSEC)); in main()
19 #define SLEEPSEC 30 macro33 tssleep.tv_sec = SLEEPSEC; in main()60 if ((tsafter.tv_sec - tsbefore.tv_sec) < SLEEPSEC) { in main()66 SLEEPSEC); in main()
27 #define SLEEPSEC 30 macro60 tssleep.tv_sec = SLEEPSEC; in main()87 if ((tsafter.tv_sec - tsbefore.tv_sec) < SLEEPSEC) { in main()93 SLEEPSEC); in main()
23 #define SLEEPSEC 5 macro45 tssleep.tv_sec = SLEEPSEC; in main()92 if (slepts >= SLEEPSEC) { in main()
16 #define SLEEPSEC 4 macro24 tssleep.tv_sec = SLEEPSEC; in main()
21 #define SLEEPSEC 3 macro35 sleepuntilsec = tsbefore.tv_sec + SLEEPSEC; in main()
22 #define SLEEPSEC 3 macro36 sleepuntilsec = tsbefore.tv_sec - SLEEPSEC; in main()
20 #define SLEEPSEC 30 macro51 tssleep.tv_sec = SLEEPSEC; in main()
21 #define SLEEPSEC 30 macro34 sleepuntilsec = tsbefore.tv_sec + SLEEPSEC; in main()
28 #define SLEEPSEC 30 macro49 sleepuntilsec = tsbefore.tv_sec + SLEEPSEC; in main()
19 #define SLEEPSEC 5 macro41 tssleep.tv_sec = SLEEPSEC; in main()86 if (slepts >= SLEEPSEC) { in main()
27 #define SLEEPSEC 5 macro55 tssleep.tv_sec = SLEEPSEC; in main()68 expectedsec = tsT0.tv_sec + (SLEEPSEC - SMALLTIME); in main()