#include "uv.h"
#include "internal.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/sysctl.h>
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
Go to the source code of this file.
◆ EV_OOBAND
#define EV_OOBAND EV_FLAG1 |
◆ uv__fs_event()
◆ uv__fs_event_close()
◆ uv__io_check_fd()
◆ uv__io_fork()
◆ uv__io_poll()
◆ uv__kqueue_init()
◆ uv__platform_invalidate_fd()
void uv__platform_invalidate_fd |
( |
uv_loop_t * |
loop, |
|
|
int |
fd |
|
) |
| |
◆ uv_fs_event_init()
◆ uv_fs_event_start()
◆ uv_fs_event_stop()