Classes | Defines | Functions
replace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pollfd

Defines

#define NPOLLFILE   30
#define POLLERR   010 /* Error condition. */
#define POLLHUP   020 /* Hung up. */
#define POLLIN   01 /* There is data to read. */
#define POLLNVAL   040 /* Invalid polling request. */
#define POLLOUT   04 /* Writing now will not block. */
#define POLLPRI   02 /* There is urgent data to read. */
#define POLLRDBAND   POLLPRI
#define POLLRDNORM   POLLIN
#define POLLWRNORM   POLLOUT

Functions

int poll (struct pollfd *fds, unsigned long int nfds, int timeout)

Define Documentation

#define NPOLLFILE   30

Definition at line 58 of file replace.h.

#define POLLERR   010 /* Error condition. */

Definition at line 53 of file replace.h.

#define POLLHUP   020 /* Hung up. */

Definition at line 54 of file replace.h.

#define POLLIN   01 /* There is data to read. */

Definition at line 41 of file replace.h.

#define POLLNVAL   040 /* Invalid polling request. */

Definition at line 55 of file replace.h.

#define POLLOUT   04 /* Writing now will not block. */

Definition at line 43 of file replace.h.

#define POLLPRI   02 /* There is urgent data to read. */

Definition at line 42 of file replace.h.

#define POLLRDBAND   POLLPRI

Definition at line 48 of file replace.h.

#define POLLRDNORM   POLLIN

Definition at line 47 of file replace.h.

#define POLLWRNORM   POLLOUT

Definition at line 46 of file replace.h.


Function Documentation

int poll ( struct pollfd fds,
unsigned long int  nfds,
int  timeout 
)

Definition at line 43 of file poll.c.



stage
Author(s): Richard Vaughan , Brian Gerkey , Reed Hedges , Andrew Howard , Toby Collett , Pooya Karimian , Jeremy Asher , Alex Couture-Beil , Geoff Biggs , Rich Mattes , Abbas Sadat
autogenerated on Thu Aug 27 2015 15:20:57