Searched refs:timer_noop_cb (Results 1 – 1 of 1) sorted by relevance
113 static void timer_noop_cb(uv_timer_t* handle) { in timer_noop_cb() function126 ASSERT_EQ(0, uv_timer_start(&timer, timer_noop_cb, 0, 0)); in TEST_IMPL()