Lines Matching defs:handle
41 static void once_close_cb(uv_handle_t* handle) { in once_close_cb()
51 static void once_cb(uv_timer_t* handle) { in once_cb()
65 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb()
74 static void twice_cb(uv_timer_t* handle) { in twice_cb()
87 static void repeat_close_cb(uv_handle_t* handle) { in repeat_close_cb()
96 static void repeat_cb(uv_timer_t* handle) { in repeat_cb()
110 static void never_cb(uv_timer_t* handle) { in never_cb()
185 uv_timer_t handle; in TEST_IMPL() local
197 static void order_cb_a(uv_timer_t *handle) { in order_cb_a()
202 static void order_cb_b(uv_timer_t *handle) { in order_cb_b()
246 static void zero_timeout_cb(uv_timer_t* handle) { in zero_timeout_cb()
271 static void tiny_timer_cb(uv_timer_t* handle) { in tiny_timer_cb()
298 static void huge_repeat_cb(uv_timer_t* handle) { in huge_repeat_cb()
327 static void timer_run_once_timer_cb(uv_timer_t* handle) { in timer_run_once_timer_cb()
353 uv_timer_t handle; in TEST_IMPL() local
366 uv_timer_t handle; in TEST_IMPL() local
379 static void timer_early_check_cb(uv_timer_t* handle) { in timer_early_check_cb()
405 static void timer_check_double_call(uv_timer_t* handle) { in timer_check_double_call()