Home
last modified time | relevance | path

Searched refs:eof_timer_stop (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/src/win/
Dpipe.c95 static void eof_timer_stop(uv_pipe_t* pipe);
1992 eof_timer_stop(handle); in uv__process_pipe_read_req()
2218 static void eof_timer_stop(uv_pipe_t* pipe) { in eof_timer_stop() function