Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dpipe.c97 static void eof_timer_destroy(uv_pipe_t* pipe);
1007 eof_timer_destroy(handle); in uv__pipe_cleanup()
1797 eof_timer_destroy(handle); in uv__pipe_read_eof()
1809 eof_timer_destroy(handle); in uv__pipe_read_error()
2261 static void eof_timer_destroy(uv_pipe_t* pipe) { in eof_timer_destroy() function