Home | History | Annotate | Download | only in doio

Lines Matching refs:delaytime

228 int delaytime;			/* delay between iterations in clocks/uses */
1349 * If on the CRAY, delaytime is in clocks since
1357 delaytime = (int)((float)hz * delaysecs);
1359 delaytime = (int)((float)USECS_PER_SEC * delaysecs);
1550 if (delaytime) {
1555 end = ct + delaytime;
1564 end = ct + delaytime;