Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
poll.h File Reference

Go to the source code of this file.

Macros

#define pollfd   zsock_pollfd
 
#define POLLIN   ZSOCK_POLLIN
 
#define POLLOUT   ZSOCK_POLLOUT
 
#define POLLERR   ZSOCK_POLLERR
 
#define POLLHUP   ZSOCK_POLLHUP
 
#define POLLNVAL   ZSOCK_POLLNVAL
 

Functions

int poll (struct zsock_pollfd *fds, int nfds, int timeout)
 

Macro Definition Documentation

◆ POLLERR

#define POLLERR   ZSOCK_POLLERR

◆ pollfd

#define pollfd   zsock_pollfd

◆ POLLHUP

#define POLLHUP   ZSOCK_POLLHUP

◆ POLLIN

#define POLLIN   ZSOCK_POLLIN

◆ POLLNVAL

#define POLLNVAL   ZSOCK_POLLNVAL

◆ POLLOUT

#define POLLOUT   ZSOCK_POLLOUT

Function Documentation

◆ poll()

int poll ( struct zsock_pollfd fds,
int  nfds,
int  timeout 
)