uv_timer_stop 1284 include/uv.h UV_EXTERN int uv_timer_stop(uv_timer_t* handle); uv_timer_stop 63 src/unix/timer.c uv_timer_stop(handle); uv_timer_stop 98 src/unix/timer.c uv_timer_stop(handle); uv_timer_stop 144 src/unix/timer.c uv_timer_stop(handle); uv_timer_stop 152 src/unix/timer.c uv_timer_stop(handle); uv_timer_stop 99 src/win/handle.c uv_timer_stop((uv_timer_t*)handle); uv_timer_stop 1645 src/win/pipe.c uv_timer_stop(pipe->eof_timer); uv_timer_stop 48 test/benchmark-loop-count.c uv_timer_stop(&timer_handle); uv_timer_stop 59 test/test-active.c r = uv_timer_stop(&timer); uv_timer_stop 44 test/test-callback-order.c uv_timer_stop(handle); uv_timer_stop 48 test/test-loop-stop.c uv_timer_stop(handle); uv_timer_stop 41 test/test-tcp-close-while-connecting.c uv_timer_stop(&timer2_handle); uv_timer_stop 44 test/test-timer-from-check.c ASSERT(0 == uv_timer_stop(&timer_handle)); uv_timer_stop 54 test/test-timer-from-check.c ASSERT(0 == uv_timer_stop(&timer_handle)); /* Runs before timer_cb. */ uv_timer_stop 122 test/test-timer.c r = uv_timer_stop(&never); uv_timer_stop 203 test/test-timer.c ASSERT(0 == uv_timer_stop(&handle_a)); uv_timer_stop 204 test/test-timer.c ASSERT(0 == uv_timer_stop(&handle_b));