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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arcmsr/
H A Darcmsr_hba.c78 static int sleeptime = 10; variable
180 isleep = sleeptime / 10;
187 isleep = sleeptime % 10;

Completed in 185 milliseconds