Searched refs:dally (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dexit.c49 static PRInt32 dally = 0; variable
64 PR_Sleep(PR_SecondsToInterval(dally));
87 case 't': /* seconds to dally in child */
88 dally = atoi(opt->value);
98 if (0 == dally) dally = 10;
114 (force) ? "immediately" : "after child dally time");
H A Dpollable.c62 PRIntervalTime dally = PR_INTERVAL_NO_WAIT; variable
98 if (dally != PR_INTERVAL_NO_WAIT) {
99 PR_Sleep(dally);
170 case 'D': /* dally */
171 dally = PR_MillisecondsToInterval(atoi(opt->value));
247 if (dally != PR_INTERVAL_NO_WAIT) {
248 PR_Sleep(dally);
H A Dtmocon.c95 PRIntervalTime dally; member in struct:Shared
197 PR_Sleep(shared->dally);
279 * -i dally intermittantly to cause timeouts (default = off)
285 * -D <n> dally between connect requests (seconds)(default = 0)
286 * -R randomize the dally types around 'T' (default = no)
296 PRInt32 dally = DEFAULT_DALLY, timeout = DEFAULT_TIMEOUT; local
350 case 'D': /* dally time between transmissions */
351 dally = atoi(opt->value);
370 shared->dally = PR_SecondsToInterval(dally);
[all...]
H A Dthruput.c181 PRIntervalTime dally = PR_SecondsToInterval(60); local
202 PR_Sleep(dally);
H A Dcltsrv.c892 PRIntn dally = (execution > 30) ? 30 : execution; local
893 PR_Sleep(PR_SecondsToInterval(dally));
895 execution -= dally;
H A Dprovider.c1099 PRIntn dally = (execution > 30) ? 30 : execution; local
1100 PR_Sleep(PR_SecondsToInterval(dally));
1102 execution -= dally;
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dtail.c69 PRIntervalTime dally; local
90 case 't': /* dally time */
107 dally = PR_MillisecondsToInterval(time);
150 PR_Sleep(dally);

Completed in 56 milliseconds