Searched refs:uv_timer_get_due_in (Results 1 – 5 of 5) sorted by relevance
164 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&handle)); in TEST_IMPL()236 ASSERT_UINT64_EQ(1, uv_timer_get_due_in(&tiny_timer)); in TEST_IMPL()237 ASSERT_UINT64_EQ(281474976710655, uv_timer_get_due_in(&huge_timer1)); in TEST_IMPL()238 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&huge_timer2)); in TEST_IMPL()
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in() function
81 .. c:function:: uint64_t uv_timer_get_due_in(const uv_timer_t* handle)
895 UV_EXTERN uint64_t uv_timer_get_due_in(const uv_timer_t* handle);
474 * unix,win: add uv_timer_get_due_in() (Ulrik Strid)