Lines Matching defs:handle
39 static void once_close_cb(uv_handle_t* handle) { in once_close_cb()
49 static void once_cb(uv_timer_t* handle) { in once_cb()
63 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb()
72 static void twice_cb(uv_timer_t* handle) { in twice_cb()
85 static void repeat_close_cb(uv_handle_t* handle) { in repeat_close_cb()
94 static void repeat_cb(uv_timer_t* handle) { in repeat_cb()
108 static void never_cb(uv_timer_t* handle) { in never_cb()
183 uv_timer_t handle; in TEST_IMPL() local
195 static void order_cb_a(uv_timer_t *handle) { in order_cb_a()
200 static void order_cb_b(uv_timer_t *handle) { in order_cb_b()
244 static void tiny_timer_cb(uv_timer_t* handle) { in tiny_timer_cb()
268 static void huge_repeat_cb(uv_timer_t* handle) { in huge_repeat_cb()
297 static void timer_run_once_timer_cb(uv_timer_t* handle) { in timer_run_once_timer_cb()
323 uv_timer_t handle; in TEST_IMPL() local
336 uv_timer_t handle; in TEST_IMPL() local
349 static void timer_early_check_cb(uv_timer_t* handle) { in timer_early_check_cb()