Searched refs:uv_fs_event_init (Results 1 – 15 of 15) sorted by relevance
/libuv/test/ |
H A D | test-fs-event.c | 453 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 494 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 534 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 648 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 704 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 770 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 817 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 845 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 883 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 957 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() [all …]
|
H A D | test-queue-foreach-delete.c | 142 r = uv_fs_event_init(loop, &fs_event[i]); in init_and_start_fs_events()
|
H A D | test-fork.c | 493 r = uv_fs_event_init(loop, &fs_event); in assert_watch_file_current_dir() 634 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL()
|
H A D | test-ref.c | 201 uv_fs_event_init(uv_default_loop(), &h); in TEST_IMPL()
|
/libuv/src/unix/ |
H A D | no-fsevents.c | 27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | sunos.c | 509 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function 599 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | kqueue.c | 561 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | os390.c | 631 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | aix.c | 773 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | linux.c | 2621 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/libuv/docs/code/onchange/ |
H A D | main.c | 38 uv_fs_event_init(loop, fs_event_req); in main()
|
/libuv/docs/src/ |
H A D | fs_event.rst | 105 .. c:function:: int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle)
|
/libuv/src/win/ |
H A D | fs-event.c | 140 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 298 The file change notification is started using ``uv_fs_event_init()``:
|
/libuv/include/ |
H A D | uv.h | 1748 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|
Completed in 62 milliseconds