| rte_epoll.h(3) | Library Functions Manual | rte_epoll.h(3) |
rte_epoll.h
#include <stdint.h>
#include <rte_stdatomic.h>
struct rte_epoll_event
#define RTE_EPOLL_PER_THREAD -1
int rte_epoll_wait (int epfd, struct rte_epoll_event
*events, int maxevents, int timeout)
int rte_epoll_wait_interruptible (int epfd, struct
rte_epoll_event *events, int maxevents, int timeout)
int rte_epoll_ctl (int epfd, int op, int fd, struct
rte_epoll_event *event)
The rte_epoll provides interfaces functions to add delete events, wait poll for an event.
Definition in file rte_epoll.h.
to hint using per thread epfd
Definition at line 48 of file rte_epoll.h.
It waits for events on the epoll instance. Retries if signal received.
Parameters
Returns
It waits for events on the epoll instance. Does not retry if signal received.
Parameters
Returns
It performs control operations on epoll instance referred by the epfd. It requests that the operation op be performed for the target fd.
Parameters
Returns
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |