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()
21 #define SLEEPSEC 30 macro60 tssleep.tv_sec = SLEEPSEC; in main()72 if (abs(sleptplusremaining - SLEEPSEC) <= OKDELTA) { in main()74 abs(sleptplusremaining - SLEEPSEC)); in main()78 abs(sleptplusremaining - SLEEPSEC)); in main()
18 #define SLEEPSEC 30 macro32 tssleep.tv_sec = SLEEPSEC; in main()59 if ((tsafter.tv_sec - tsbefore.tv_sec) < SLEEPSEC) { in main()65 SLEEPSEC); in main()
26 #define SLEEPSEC 30 macro59 tssleep.tv_sec = SLEEPSEC; in main()86 if ((tsafter.tv_sec - tsbefore.tv_sec) < SLEEPSEC) { in main()92 SLEEPSEC); in main()
22 #define SLEEPSEC 5 macro41 tssleep.tv_sec = SLEEPSEC; in main()88 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()
19 #define SLEEPSEC 30 macro50 tssleep.tv_sec = SLEEPSEC; in main()
20 #define SLEEPSEC 30 macro33 sleepuntilsec = tsbefore.tv_sec + SLEEPSEC; in main()
27 #define SLEEPSEC 30 macro48 sleepuntilsec = tsbefore.tv_sec + SLEEPSEC; in main()
19 #define SLEEPSEC 5 macro38 tssleep.tv_sec = SLEEPSEC; in main()83 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()