Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/
H A Dtimer.c77 uv_timer_stop(handle); in uv_timer_start()
98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop() function
116 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()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtimer.c93 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);
H A Dnetmgr.c1156 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()
H A Dtcp.c
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-timer-from-check.c44 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()
H A Dtest-timer.c143 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()
H A Dtest-loop-stop.c46 uv_timer_stop(handle); in timer_cb()
H A Dbenchmark-loop-count.c48 uv_timer_stop(&timer_handle); in timer_cb()
H A Dtest-active.c60 r = uv_timer_stop(&timer); in TEST_IMPL()
H A Dtest-tcp-close-while-connecting.c46 uv_timer_stop(&timer2_handle); in connect_cb()
/netbsd-src/external/mit/libuv/dist/docs/code/tty-gravity/
H A Dmain.c28 uv_timer_stop(&tick); in update()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dhandle.c100 uv_timer_stop((uv_timer_t*)handle); in uv_close()
H A Dpipe.c2217 uv_timer_stop(pipe->pipe.conn.eof_timer); in eof_timer_stop()
/netbsd-src/external/mit/libuv/dist/docs/code/uvwget/
H A Dmain.c82 uv_timer_stop(&timeout); in curl_perform()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dtimer.rst50 .. c:function:: int uv_timer_stop(uv_timer_t* handle)
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c1990 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()
H A Dtcp.c1444 uv_timer_stop(&sock->read_timer); in isc__nm_async_tcpcancel()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dutilities.rst31 uv_timer_stop(&timer_req);
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h891 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);