#include "uv.h"
#include "uv/tree.h"
#include "internal.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <sys/inotify.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
|
static int | compare_watchers (const struct watcher_list *a, const struct watcher_list *b) |
|
static struct watcher_list * | find_watcher (uv_loop_t *loop, int wd) |
|
static int | init_inotify (uv_loop_t *loop) |
|
static void | maybe_free_watcher_list (struct watcher_list *w, uv_loop_t *loop) |
|
void | uv__fs_event_close (uv_fs_event_t *handle) |
|
int | uv__inotify_fork (uv_loop_t *loop, void *old_watchers) |
|
static void | uv__inotify_read (uv_loop_t *loop, uv__io_t *w, unsigned int revents) |
|
int | uv_fs_event_init (uv_loop_t *loop, uv_fs_event_t *handle) |
|
int | uv_fs_event_start (uv_fs_event_t *handle, uv_fs_event_cb cb, const char *path, unsigned int flags) |
|
int | uv_fs_event_stop (uv_fs_event_t *handle) |
|
◆ CAST
◆ compare_watchers()
◆ find_watcher()
◆ init_inotify()
◆ maybe_free_watcher_list()
◆ uv__fs_event_close()
◆ uv__inotify_fork()
int uv__inotify_fork |
( |
uv_loop_t * |
loop, |
|
|
void * |
old_watchers |
|
) |
| |
◆ uv__inotify_read()
◆ uv_fs_event_init()
◆ uv_fs_event_start()
◆ uv_fs_event_stop()