Home
last modified time | relevance | path

Searched refs:uv_timer_again (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/test/
H A Dtest-timer-again.c56 r = uv_timer_again(&repeat_2); in repeat_1_cb()
61 /* We're not calling uv_timer_again on repeat_2 any more, so after this in repeat_1_cb()
101 /* Verify that it is not possible to uv_timer_again a never-started timer. */ in TEST_IMPL()
104 r = uv_timer_again(&dummy); in TEST_IMPL()
/third_party/node/deps/uv/src/
H A Dtimer.c111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again() function
177 uv_timer_again(handle); in uv__run_timers()
/third_party/libuv/src/
H A Dtimer.c122 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again() function
188 uv_timer_again(handle); in uv__run_timers()
/third_party/libuv/include/
H A Duv.h950 UV_EXTERN int uv_timer_again(uv_timer_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h879 UV_EXTERN int uv_timer_again(uv_timer_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h892 UV_EXTERN int uv_timer_again(uv_timer_t* handle);
/third_party/node/src/
H A Dcares_wrap.cc90 uv_timer_again(channel->timer_handle()); in ares_poll_cb()

Completed in 13 milliseconds