Searched refs:uv_timer_stop (Results 1 – 19 of 19) 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() function116 uv_timer_stop(handle); in uv_timer_again()176 uv_timer_stop(handle); in uv__run_timers()184 uv_timer_stop(handle); in uv__timer_close()
93 int r = uv_timer_stop(&timer->timer); in isc_nm_timer_detach() 94 UV_RUNTIME_CHECK(uv_timer_stop, r); in isc_nm_timer_detach() 116 int r = uv_timer_stop(&timer->timer); in isc_nm_timer_start() 117 UV_RUNTIME_CHECK(uv_timer_stop, r);
1156 uv_timer_stop(timer);1277 /* uv_timer_stop() is idempotent, no need to check if running */ in nmsocket_cleanup() 1279 r = uv_timer_stop(&sock->read_timer); in nmsocket_cleanup() 1280 UV_RUNTIME_CHECK(uv_timer_stop, r); in nmsocket_cleanup()
44 ASSERT(0 == uv_timer_stop(&timer_handle)); in timer_cb()54 ASSERT(0 == uv_timer_stop(&timer_handle)); /* Runs before timer_cb. */ in check_cb()
143 r = uv_timer_stop(&never); in TEST_IMPL()225 ASSERT(0 == uv_timer_stop(&handle_a)); in TEST_IMPL()226 ASSERT(0 == uv_timer_stop(&handle_b)); in TEST_IMPL()
46 uv_timer_stop(handle); in timer_cb()
48 uv_timer_stop(&timer_handle); in timer_cb()
60 r = uv_timer_stop(&timer); in TEST_IMPL()
46 uv_timer_stop(&timer2_handle); in connect_cb()
28 uv_timer_stop(&tick); in update()
100 uv_timer_stop((uv_timer_t*)handle); in uv_close()
2217 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)
1990 uv_timer_stop(timer); in isc__nmsocket_readtimeout_cb()2062 r = uv_timer_stop(&sock->read_timer); in isc__nmsocket_timer_stop()2063 UV_RUNTIME_CHECK(uv_timer_stop, r); in isc__nmsocket_timer_stop()3293 int r = uv_timer_stop(&timer->timer); in isc_nm_timer_detach()3294 UV_RUNTIME_CHECK(uv_timer_stop, r); in isc_nm_timer_detach()3316 int r = uv_timer_stop(&timer->timer); in isc_nm_timer_stop()3317 UV_RUNTIME_CHECK(uv_timer_stop, r); in isc_nm_timer_stop()
1444 uv_timer_stop(&sock->read_timer); in isc__nm_async_tcpcancel()
31 uv_timer_stop(&timer_req);
891 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);