Searched refs:uv__fs_event_stop (Results 1 – 2 of 2) sorted by relevance
557 static int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function580 (void) uv__fs_event_stop(handle); in uv_fs_event_stop()593 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()
687 int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function728 uv__fs_event_stop(handle); in uv_fs_event_stop()742 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()
Completed in 10 milliseconds