Searched refs:SLEEPTIME (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dsql-all24 SLEEPTIME=10
67 echo ">>>>> waiting $SLEEPTIME seconds for things to exit"
68 sleep $SLEEPTIME
H A Dall26 SLEEPTIME=10
88 # echo ">>>>> waiting $SLEEPTIME seconds for things to exit"
89 # sleep $SLEEPTIME
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepConfig.java22 public static final int SLEEPTIME = 5000; field in class:RepConfig
H A DRepQuoteExample.java282 Thread.sleep(RepConfig.SLEEPTIME);
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_base.h57 #define SLEEPTIME 3 macro
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/common/
H A Drep_common.c19 #define SLEEPTIME 3 macro
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_elect.c1092 #define SLEEPTIME(timeout) \ macro
1118 sleeptime = SLEEPTIME(timeout);
1147 sleeptime = SLEEPTIME(timeout);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_mx4200.c118 #define SLEEPTIME 32 /* seconds to wait for reconfig to complete */ macro
323 up->log_time = current_time + SLEEPTIME;
505 up->log_time = current_time + SLEEPTIME;
H A Dntp_intres.c116 * We sleep SLEEPTIME seconds before doing anything, to give the server
123 #define SLEEPTIME 2 macro
326 sleep(SLEEPTIME);

Completed in 135 milliseconds