/libuv/test/ |
H A D | test-fs-event.c | 55 int events, in fs_event_fail() 128 int events, in fail_cb() 134 int events, int status) { in fs_event_cb_dir() 150 int events, in fs_event_cb_del_dir() 222 int events, in fs_event_cb_dir_multi_file() 302 int events, in fs_event_cb_dir_multi_file_in_subdir() 350 int events, int status) { in fs_event_cb_file() 365 const char* filename, int events, int status) { in fs_event_cb_file_current_dir() 421 int events, in fs_event_cb_close() 1172 int events, int status) { in fs_event_cb_stop()
|
H A D | test-poll-closesocket.c | 39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
|
H A D | test-poll-multiple-handles.c | 41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb()
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
|
H A D | benchmark-queue-work.c | 26 static unsigned events = 0; variable
|
H A D | test-poll-oob.c | 68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb()
|
H A D | test-poll.c | 66 unsigned int events, delayed_events; member 207 static void connection_poll_cb(uv_poll_t* handle, int status, int events) { 492 static void server_poll_cb(uv_poll_t* handle, int status, int events) {
|
H A D | test-fork.c | 51 static void socket_cb(uv_poll_t* poll, int status, int events) { in socket_cb() 470 int events, in fs_event_cb_file_current_dir()
|
/libuv/src/unix/ |
H A D | poll.c | 30 static void uv__poll_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__poll_io() 122 int events; in uv_poll_start() local
|
H A D | kqueue.c | 161 struct kevent events[1024]; in uv__io_poll() local 480 struct kevent* events; in uv__platform_invalidate_fd() local 502 int events; in uv__fs_event() local
|
H A D | os390-syscalls.h | 42 int events; member
|
H A D | stream.c | 52 int events; member 150 int events; in uv__stream_osx_select() local 237 int events; in uv__stream_osx_select_cb() local 281 struct kevent events[1]; in uv__stream_try_select() local 508 void uv__server_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__server_io() 1189 static void uv__stream_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__stream_io()
|
H A D | aix.c | 135 struct pollfd events[1024]; in uv__io_poll() local 654 static int uv__parse_data(char *buf, int *events, uv_fs_event_t* handle) { in uv__parse_data() 723 int events = 0; in uv__ahafs_event() local 1297 struct pollfd* events; in uv__platform_invalidate_fd() local
|
H A D | sunos.c | 115 struct port_event* events; in uv__platform_invalidate_fd() local 148 struct port_event events[1024]; in uv__io_poll() local 455 int events; in uv__fs_event_read() local
|
H A D | os390.c | 588 struct epoll_event* events; in uv__platform_invalidate_fd() local 750 int events; in os390_message_queue_handler() local 814 struct epoll_event events[1024]; in uv__io_poll() local
|
H A D | async.c | 160 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
|
H A D | fsevents.c | 90 int events; member 196 struct uv__queue* events, in uv__fsevents_push_event()
|
H A D | core.c | 915 void uv__io_start(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__io_start() 943 void uv__io_stop(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__io_stop() 990 int uv__io_active(const uv__io_t* w, unsigned int events) { in uv__io_active()
|
H A D | signal.c | 435 unsigned int events) { in uv__signal_event()
|
H A D | os390-syscalls.c | 282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
|
H A D | linux.c | 695 struct epoll_event* events; member 1351 struct epoll_event events[1024]; in uv__io_poll() local 2547 unsigned int events) { in uv__inotify_read() 2634 int events; in uv_fs_event_start() local
|
/libuv/src/win/ |
H A D | poll.c | 166 unsigned char events = 0; in uv__fast_poll_process_poll_req() local 393 int events = req->u.io.overlapped.InternalHigh & handle->events & ~mask_events; in uv__slow_poll_process_poll_req() local 487 static int uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv__poll_set() 518 int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv_poll_start()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 296 .. _notes of uv_fs_event_start: https://docs.libuv.org/en/v1.x/fs_event.html#c.uv_fs_event_start
|
/libuv/docs/code/onchange/ |
H A D | main.c | 9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command()
|
/libuv/docs/code/uvwget/ |
H A D | main.c | 81 void curl_perform(uv_poll_t *req, int status, int events) { in curl_perform()
|