Searched refs:uv_timer_stop (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtimer.c97 int r = uv_timer_stop(&timer->timer);
98 UV_RUNTIME_CHECK(uv_timer_stop, r);
120 int r = uv_timer_stop(&timer->timer);
121 UV_RUNTIME_CHECK(uv_timer_stop, r);
H A Dtcp.c1444 uv_timer_stop(&sock->read_timer);
H A Dnetmgr.c2108 uv_timer_stop(timer);
2184 /* uv_timer_stop() is idempotent, no need to check if running */
2186 r = uv_timer_stop(&sock->read_timer);
2187 UV_RUNTIME_CHECK(uv_timer_stop, r);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-timer-from-check.c44 ASSERT(0 == uv_timer_stop(&timer_handle));
54 ASSERT(0 == uv_timer_stop(&timer_handle)); /* Runs before timer_cb. */
H A Dtest-loop-stop.c46 uv_timer_stop(handle);
H A Dbenchmark-loop-count.c48 uv_timer_stop(&timer_handle);
H A Dtest-tcp-close-while-connecting.c46 uv_timer_stop(&timer2_handle);
H A Dtest-active.c60 r = uv_timer_stop(&timer);
H A Dtest-timer.c143 r = uv_timer_stop(&never);
225 ASSERT(0 == uv_timer_stop(&handle_a));
226 ASSERT(0 == uv_timer_stop(&handle_b));
/netbsd-current/external/mit/libuv/dist/src/
H A Dtimer.c77 uv_timer_stop(handle);
98 int uv_timer_stop(uv_timer_t* handle) { function
116 uv_timer_stop(handle);
176 uv_timer_stop(handle);
184 uv_timer_stop(handle);
/netbsd-current/external/mit/libuv/dist/docs/code/tty-gravity/
H A Dmain.c28 uv_timer_stop(&tick);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dhandle.c100 uv_timer_stop((uv_timer_t*)handle);
H A Dpipe.c2217 uv_timer_stop(pipe->pipe.conn.eof_timer);
/netbsd-current/external/mit/libuv/dist/docs/code/uvwget/
H A Dmain.c82 uv_timer_stop(&timeout);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c1990 uv_timer_stop(timer);
2060 /* uv_timer_stop() is idempotent, no need to check if running */
2062 r = uv_timer_stop(&sock->read_timer);
2063 UV_RUNTIME_CHECK(uv_timer_stop, r);
3293 int r = uv_timer_stop(&timer->timer);
3294 UV_RUNTIME_CHECK(uv_timer_stop, r);
3316 int r = uv_timer_stop(&timer->timer);
3317 UV_RUNTIME_CHECK(uv_timer_stop, r);
H A Dtcp.c1444 uv_timer_stop(&sock->read_timer);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h891 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);

Completed in 319 milliseconds