Home
last modified time | relevance | path

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

/libuv/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
118 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()
/libuv/test/
H A Dtest-timer-from-check.c44 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()
H A Dtest-active.c60 r = uv_timer_stop(&timer); in TEST_IMPL()
H A Dtest-loop-stop.c46 uv_timer_stop(handle); in timer_cb()
H A Dtest-tcp-close-while-connecting.c46 uv_timer_stop(&timer2_handle); in connect_cb()
H A Dtest-timer.c145 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()
H A Dbenchmark-loop-count.c62 uv_timer_stop(&timer_handle); in timer_cb()
/libuv/docs/code/tty-gravity/
H A Dmain.c28 uv_timer_stop(&tick); in update()
/libuv/src/win/
H A Dhandle.c100 uv_timer_stop((uv_timer_t*)handle); in uv_close()
H A Dpipe.c2369 uv_timer_stop(pipe->pipe.conn.eof_timer); in eof_timer_stop()
/libuv/docs/code/uvwget/
H A Dmain.c82 uv_timer_stop(&timeout); in curl_perform()
/libuv/docs/src/
H A Dtimer.rst50 .. c:function:: int uv_timer_stop(uv_timer_t* handle)
/libuv/docs/src/guide/
H A Dutilities.rst31 uv_timer_stop(&timer_req);
/libuv/include/
H A Duv.h962 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);

Completed in 438 milliseconds