HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_event_stop (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
no-fsevents.c 36 int uv_fs_event_stop(uv_fs_event_t* handle) { function
linux-inotify.c 124 uv_fs_event_stop(handle);
215 * A callback could call uv_fs_event_stop()
221 * tell uv_fs_event_stop() (that could be called from a user's callback)
305 int uv_fs_event_stop(uv_fs_event_t* handle) { function
326 uv_fs_event_stop(handle);
sunos.c 544 uv_fs_event_stop(handle);
586 int uv_fs_event_stop(uv_fs_event_t* handle) { function
619 int uv_fs_event_stop(uv_fs_event_t* handle) { function
kqueue.c 636 int uv_fs_event_stop(uv_fs_event_t* handle) { function
666 uv_fs_event_stop(handle);
aix.c 854 int uv_fs_event_stop(uv_fs_event_t* handle) { function
881 uv_fs_event_stop(handle);
linux.c 2554 uv_fs_event_stop(handle);
2646 * A callback could call uv_fs_event_stop()
2652 * tell uv_fs_event_stop() (that could be called from a user's callback)
2739 int uv_fs_event_stop(uv_fs_event_t* handle) { function
2760 uv_fs_event_stop(handle);
os390.c 727 int uv_fs_event_stop(uv_fs_event_t* handle) { function
  /src/external/mit/libuv/dist/test/
test-fs-event.c 144 ASSERT_OK(uv_fs_event_stop(handle));
164 ASSERT_OK(uv_fs_event_stop(handle));
367 ASSERT_OK(uv_fs_event_stop(handle));
411 r = uv_fs_event_stop(&fs_event);
1140 r = uv_fs_event_stop(&fs_event);
1180 uv_fs_event_stop(handle);
  /src/external/mit/libuv/dist/src/win/
fs-event.c 364 int uv_fs_event_stop(uv_fs_event_t* handle) { function
598 uv_fs_event_stop(handle);
  /src/external/mit/libuv/dist/include/
uv.h 1768 UV_EXTERN int uv_fs_event_stop(uv_fs_event_t* handle);

Completed in 19 milliseconds