Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-spawn.c179 static void timer_counter_cb(uv_timer_t* handle) { in timer_counter_cb() function
1616 ASSERT(0 == uv_timer_start(&timer, timer_counter_cb, 10, 0)); in TEST_IMPL()