NAME epoll - I/O event notification facility SYNOPSIS #include <sys/epoll.h> DESCRIPTION The epoll API performs ... possible on any of them. The epoll API can be used either as an …NAME epoll_ctl - control interface for an epoll file descriptor LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> int epoll_ctl(int epfd , int op , int fd , str…NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll ... library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_eve…NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll ... library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_eve…NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll ... library ( libc , -lc ) SYNOPSIS #include <sys/epoll.h> int epoll_wait(int epfd , struct epoll_eve…NAME epoll_create, epoll_create1 - open an epoll file descriptor LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> int epoll_create(int size ); int epoll_create…NAME epoll_create, epoll_create1 - open an epoll file descriptor LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> int epoll_create(int size ); int epoll_create…NAME epoll_event, epoll_data, epoll_data_t - epoll event LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> struct epoll_event { uint32_t events; /* Epoll events…NAME epoll_event, epoll_data, epoll_data_t - epoll event LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> struct epoll_event { uint32_t events; /* Epoll events…NAME epoll_event, epoll_data, epoll_data_t - epoll event LIBRARY Standard C library ( libc ... SYNOPSIS #include <sys/epoll.h> struct epoll_event { uint32_t events; /* Epoll events…ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ( libc ... ioctl(int fd , EPIOCSPARAMS, const struct epoll_pa…ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ( libc ... ioctl(int fd , EPIOCSPARAMS, const struct epoll_pa…ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ( libc ... ioctl(int fd , EPIOCSPARAMS, const struct epoll_pa…monitored by select (2), poll (2), and epoll (7). The mask argument specifies ... multiplexing APIs: pselect (2), ppoll (2), and epoll (7). close (2) When the file descriptormonitored by select (2), poll (2), and epoll (7). The mask argument specifies ... multiplexing APIs: pselect (2), ppoll (2), and epoll (7). close (2) When the file descriptorCLONE_VM flag in clone (2). KCMP_EPOLL_TFD (since Linux 4.13) Check whether ... process pid1 is present in the epoll (7) instance described by idx2 of the processdup2 (2) 1.0 dup3 (2) 2.6.27 epoll_create (2) 2.6 epoll_create1 (2) 2.6.27 epoll ... epoll_pwait (2) 2.6.19 epoll_pwait2 (2) 5.11 epoll_wait (2) 2.6 eventfdaffected (this list is likely incomplete): epoll_wait (2), and read (2) from an inotify ... clock_gettime(CLOCK_MONOTONIC, {15370, 690928118}) = 0 epoll_wait(4,_ What is not visibl…applications should instead use poll (2) or epoll (7), which do not suffer this limitation ... event notifications provided by poll (2) and epoll (7): #define POLLIN_SET (EPOLLRDNO…applications should instead use poll (2) or epoll (7), which do not suffer this limitation ... event notifications provided by poll (2) and epoll (7): #define POLLIN_SET (EPOLLRDNO…