Lines Matching defs:timer
96 static void eof_timer_cb(uv_timer_t* timer);
1431 /* Start the eof timer if there is one */
1869 /* If there is an eof timer running, we don't need it any more, so discard
1881 /* If there is an eof timer running, we don't need it any more, so discard
2264 /* Initialize and optionally start the eof timer. Only do this if the pipe
2268 /* If reading start the timer right now. Otherwise uv__pipe_queue_read will
2323 static void eof_timer_cb(uv_timer_t* timer) {
2324 uv_pipe_t* pipe = (uv_pipe_t*) timer->data;
2325 uv_loop_t* loop = timer->loop;
2329 /* This should always be true, since we start the timer only in
2332 * immediately stop the timer in uv__process_pipe_read_req. */
2335 /* If there are many packets coming off the iocp then the timer callback may