Lines Matching refs:uv_handle_t

121 static void close_cb(uv_handle_t* handle) {  in close_cb()
145 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_dir()
158 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_del_dir()
190 uv_close((uv_handle_t*)handle, close_cb); in fs_event_del_dir()
241 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file()
242 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_dir_multi_file()
343 uv_close((uv_handle_t*) &timer, close_cb); in fs_event_cb_dir_multi_file_in_subdir()
344 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_dir_multi_file_in_subdir()
361 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file()
377 uv_close((uv_handle_t*)handle, close_cb); in fs_event_cb_file_current_dir()
387 uv_close((uv_handle_t*)handle, close_cb); in timer_cb_file()
392 uv_close((uv_handle_t*)timer, NULL); in timer_cb_touch()
403 uv_close((uv_handle_t*)handle, NULL); in timer_cb_exact()
406 uv_close((uv_handle_t*) &fs_event, NULL); in timer_cb_exact()
414 uv_close((uv_handle_t*) (handles + 0), NULL); in timer_cb_watch_twice()
415 uv_close((uv_handle_t*) (handles + 1), NULL); in timer_cb_watch_twice()
416 uv_close((uv_handle_t*) handle, NULL); in timer_cb_watch_twice()
429 uv_close((uv_handle_t*) handle, close_cb); in fs_event_cb_close()
824 uv_close((uv_handle_t*) &fs_event, NULL); in TEST_IMPL()
854 uv_close((uv_handle_t*)&fs_event, close_cb); in TEST_IMPL()
891 uv_close((uv_handle_t*)&fs_event, close_cb); in TEST_IMPL()
915 uv_close((uv_handle_t*)&fs_event, close_cb); in timer_cb()
916 uv_close((uv_handle_t*)handle, close_cb); in timer_cb()
965 uv_close((uv_handle_t*)&fs_event, close_cb); in TEST_IMPL()
1004 uv_close((uv_handle_t*)&fs_event, close_cb); in TEST_IMPL()
1045 uv_close((uv_handle_t*)&timer, close_cb); in TEST_IMPL()
1083 uv_close((uv_handle_t*) &fs_event2, close_cb); in TEST_IMPL()
1084 uv_close((uv_handle_t*) &fs_event1, close_cb); in TEST_IMPL()
1135 uv_close((uv_handle_t*) &fs_event, close_cb); in TEST_IMPL()
1161 ASSERT_OK(uv_is_active((uv_handle_t*) &fs_event)); in TEST_IMPL()
1164 ASSERT_OK(uv_is_active((uv_handle_t*) &fs_event)); in TEST_IMPL()
1205 uv_close((uv_handle_t*) &fs, NULL); in TEST_IMPL()