Home
last modified time | relevance | path

Searched defs:events (Results 1 – 25 of 28) sorted by relevance

12

/libuv/test/
H A Dtest-fs-event.c55 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 Dtest-poll-closesocket.c39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
H A Dtest-poll-multiple-handles.c41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb()
H A Dtest-poll-close-doesnt-corrupt-stack.c45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb()
H A Dbenchmark-queue-work.c26 static unsigned events = 0; variable
H A Dtest-poll-oob.c68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb()
H A Dtest-poll.c66 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 Dtest-fork.c51 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 Dpoll.c30 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 Dkqueue.c167 struct kevent events[1024]; in uv__io_poll() local
486 struct kevent* events; in uv__platform_invalidate_fd() local
508 int events; in uv__fs_event() local
H A Dos390-syscalls.h42 int events; member
H A Dstream.c52 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 Daix.c135 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 Dsunos.c115 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 Dos390.c588 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 Dasync.c160 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) {
H A Dfsevents.c90 int events; member
196 struct uv__queue* events, in uv__fsevents_push_event()
H A Dcore.c915 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 Dsignal.c435 unsigned int events) { in uv__signal_event()
H A Dos390-syscalls.c282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
H A Dlinux.c691 struct epoll_event* events; member
1330 struct epoll_event events[1024]; in uv__io_poll() local
2532 unsigned int events) { in uv__inotify_read()
2619 int events; in uv_fs_event_start() local
/libuv/src/win/
H A Dpoll.c166 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 Dfilesystem.rst296 .. _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 Dmain.c9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command()
/libuv/docs/code/uvwget/
H A Dmain.c81 void curl_perform(uv_poll_t *req, int status, int events) { in curl_perform()

Completed in 65 milliseconds

12