Searched refs:uv_timer_stop (Results 1 – 14 of 14) sorted by relevance
77 uv_timer_stop(handle); in uv_timer_start()98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop() function118 uv_timer_stop(handle); in uv_timer_again()182 uv_timer_stop(handle); in uv__run_timers()199 uv_timer_stop(handle); in uv__timer_close()
44 ASSERT_OK(uv_timer_stop(&timer_handle)); in timer_cb()54 ASSERT_OK(uv_timer_stop(&timer_handle)); /* Runs before timer_cb. */ in check_cb()
60 r = uv_timer_stop(&timer); in TEST_IMPL()
46 uv_timer_stop(handle); in timer_cb()
46 uv_timer_stop(&timer2_handle); in connect_cb()
145 r = uv_timer_stop(&never); in TEST_IMPL()227 ASSERT_OK(uv_timer_stop(&handle_a)); in TEST_IMPL()228 ASSERT_OK(uv_timer_stop(&handle_b)); in TEST_IMPL()
62 uv_timer_stop(&timer_handle); in timer_cb()
28 uv_timer_stop(&tick); in update()
100 uv_timer_stop((uv_timer_t*)handle); in uv_close()
2365 uv_timer_stop(pipe->pipe.conn.eof_timer); in eof_timer_stop()
82 uv_timer_stop(&timeout); in curl_perform()
50 .. c:function:: int uv_timer_stop(uv_timer_t* handle)
31 uv_timer_stop(&timer_req);
963 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);
Completed in 59 milliseconds