Lines Matching refs:retry
49 // to retry() whenever a close happens *anywhere* in the program.
374 retry()
377 // keep track of the timeout between retry() calls
382 // delay between attempts so that we'll retry these jobs sooner
393 // call retry to make sure we're actively processing the queue
394 retry()
397 function retry () {
414 // long enough, so go ahead and retry this item now
433 // it's been long enough since the last retry, do it again
446 retryTimer = setTimeout(retry, 0)