Searched refs:fast_poll (Results 1 – 1 of 1) sorted by relevance
32 bool fast_poll; in dcc_worker_entry() local34 fast_poll = false; in dcc_worker_entry()37 if (!fast_poll) { in dcc_worker_entry()47 fast_poll = true; in dcc_worker_entry()51 if (fast_poll && current_time() - fast_poll_start >= FAST_POLL_TIMEOUT) { in dcc_worker_entry()52 fast_poll = false; // go back to slow poll in dcc_worker_entry()
Completed in 3 milliseconds