Home
last modified time | relevance | path

Searched refs:uv__os390_epoll (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/src/unix/
H A Dos390-syscalls.h52 } uv__os390_epoll; typedef
55 uv__os390_epoll* epoll_create1(int flags);
56 int epoll_ctl(uv__os390_epoll* ep, int op, int fd, struct epoll_event *event);
57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
H A Dos390-syscalls.c106 static void maybe_resize(uv__os390_epoll* lst, unsigned int len) { in maybe_resize()
144 static void init_message_queue(uv__os390_epoll* lst) { in init_message_queue()
189 uv__os390_epoll* lst; in child_fork()
192 lst = uv__queue_data(q, uv__os390_epoll, member); in child_fork()
213 uv__os390_epoll* epoll_create1(int flags) { in epoll_create1()
214 uv__os390_epoll* lst; in epoll_create1()
236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl()
282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
360 uv__os390_epoll* lst; in epoll_file_close()
362 lst = uv__queue_data(q, uv__os390_epoll, membe in epoll_file_close()
[all...]
H A Dos390.c115 uv__os390_epoll* ep; in uv__platform_loop_init()
638 uv__os390_epoll* ep; in os390_regfileint()
688 uv__os390_epoll* ep; in uv__fs_event_stop()
747 static int os390_message_queue_handler(uv__os390_epoll* ep) { in os390_message_queue_handler()
817 uv__os390_epoll* ep; in uv__io_poll()
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.h52 } uv__os390_epoll; typedef
55 uv__os390_epoll* epoll_create1(int flags);
56 int epoll_ctl(uv__os390_epoll* ep, int op, int fd, struct epoll_event *event);
57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
H A Dos390-syscalls.c106 static void maybe_resize(uv__os390_epoll* lst, unsigned int len) { in maybe_resize()
144 static void init_message_queue(uv__os390_epoll* lst) { in init_message_queue()
189 uv__os390_epoll* lst; in child_fork()
192 lst = QUEUE_DATA(q, uv__os390_epoll, member); in child_fork()
213 uv__os390_epoll* epoll_create1(int flags) { in epoll_create1()
214 uv__os390_epoll* lst; in epoll_create1()
236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl()
282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
360 uv__os390_epoll* lst; in epoll_file_close()
362 lst = QUEUE_DATA(q, uv__os390_epoll, membe in epoll_file_close()
[all...]
H A Dos390.c116 uv__os390_epoll* ep; in uv__platform_loop_init()
631 uv__os390_epoll* ep; in os390_regfileint()
681 uv__os390_epoll* ep; in uv__fs_event_stop()
740 static int os390_message_queue_handler(uv__os390_epoll* ep) { in os390_message_queue_handler()
809 uv__os390_epoll* ep; in uv__io_poll()

Completed in 5 milliseconds