Home
last modified time | relevance | path

Searched refs:uv__fs_event_stop (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
H A Dsunos.c557 static int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function
580 (void) uv__fs_event_stop(handle); in uv_fs_event_stop()
593 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()
H A Dos390.c687 int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function
728 uv__fs_event_stop(handle); in uv_fs_event_stop()
742 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c550 static int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function
573 (void) uv__fs_event_stop(handle); in uv_fs_event_stop()
586 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()
H A Dos390.c680 int uv__fs_event_stop(uv_fs_event_t* handle) { in uv__fs_event_stop() function
721 uv__fs_event_stop(handle); in uv_fs_event_stop()
735 if (uv__fs_event_stop(handle) == 0) in uv__fs_event_close()

Completed in 5 milliseconds