Home
last modified time | relevance | path

Searched refs:uv_timer_get_due_in (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-timer.c189 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&handle)); in TEST_IMPL()
289 ASSERT_UINT64_EQ(1, uv_timer_get_due_in(&tiny_timer)); in TEST_IMPL()
290 ASSERT_UINT64_EQ(281474976710655, uv_timer_get_due_in(&huge_timer1)); in TEST_IMPL()
291 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&huge_timer2)); in TEST_IMPL()
/libuv/src/
H A Dtimer.c136 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in() function
/libuv/docs/src/
H A Dtimer.rst81 .. c:function:: uint64_t uv_timer_get_due_in(const uv_timer_t* handle)
/libuv/include/
H A Duv.h966 UV_EXTERN uint64_t uv_timer_get_due_in(const uv_timer_t* handle);
/libuv/
H A DChangeLog1356 * unix,win: add uv_timer_get_due_in() (Ulrik Strid)

Completed in 36 milliseconds