Home
last modified time | relevance | path

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

12

/third_party/node/deps/uv/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()
/third_party/libuv/src/
H A Dtimer.c80 uv_timer_stop(handle); in uv_timer_start()
109 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop() function
127 uv_timer_stop(handle); in uv_timer_again()
187 uv_timer_stop(handle); in uv__run_timers()
198 uv_timer_stop(handle); in uv__timer_close()
/third_party/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-loop-stop.c46 uv_timer_stop(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()
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()
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c28 uv_timer_stop(&tick); in update()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dlibuv.c75 uv_timer_stop(&timer_outer_uv); in foreign_event_loop_cleanup_libuv()
/third_party/node/src/
H A Dtimer_wrap.cc12 uv_timer_stop(&timer_); in Stop()
H A Dnode_platform.cc156 uv_timer_stop(timer); in TakeTimerTask()
H A Dhistogram.cc487 uv_timer_stop(&timer_); in OnStop()
/third_party/libwebsockets/plugin-standalone/
H A Dprotocol_example_standalone.c91 uv_timer_stop(&vhd->timeout_watcher); in callback_dumb_increment()
/third_party/libuv/src/win/
H A Dhandle.c100 uv_timer_stop((uv_timer_t*)handle); in uv_close()
/third_party/node/deps/uv/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()
/third_party/curl/docs/examples/
H A Dmulti-uv.c164 uv_timer_stop(&timeout); in start_timeout()
/third_party/libuv/docs/code/uvwget/
H A Dmain.c82 uv_timer_stop(&timeout); in curl_perform()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c691 uv_timer_stop(&pt_to_priv_uv(pt)->sultimer); in elops_destroy_pt_uv()
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc50 uv_timer_stop(&timer_); in ~Timeout()
H A Dtest_inspector_socket.cc25 uv_timer_stop(&timer_); in ~Timeout()
/third_party/libuv/include/
H A Duv.h949 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h878 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h891 UV_EXTERN int uv_timer_stop(uv_timer_t* handle);

Completed in 23 milliseconds

12