Searched refs:sleeptime (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drpc001.tcl82 set sleeptime [expr $ttime + 2]
83 tclsleep $sleeptime
169 tclsleep $sleeptime
185 tclsleep $sleeptime
201 tclsleep $sleeptime
218 tclsleep $sleeptime
245 rpc_timeoutjoin $env "Rpc001.j" $sleeptime 0
246 rpc_timeoutjoin $env "Rpc001.k" $sleeptime 1
249 set sleeptime [expr $itime + 2]
250 tclsleep $sleeptime
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c1105 u_int32_t egen, sleeptime, sleeptotal, timeout; local
1118 sleeptime = SLEEPTIME(timeout);
1121 __os_yield(env, 0, sleeptime);
1122 sleeptotal += sleeptime;
1147 sleeptime = SLEEPTIME(timeout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_ldap.c347 unsigned sleeptime = (sys_random()*sys_getpid()*attempts); local
350 sleeptime %= 100;
351 smb_msleep(sleeptime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dlocking.c182 int sleeptime = lp_lock_sleep_time(); local
203 if (sleeptime)
204 sys_usleep(sleeptime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c3848 static int sleeptime; // how long to pause between commands local
3860 sleeptime = 0; // how long to pause between commands
3922 sleeptime = 0; // how fast to type
3925 sleeptime = 0; // how fast to type
3928 sleeptime = 0; // how fast to type
3936 if (sleeptime > 0)
3937 mysleep(sleeptime); // sleep 1/100 sec

Completed in 37 milliseconds