libdrizzle Developer Documentation

libdrizzle/win32/poll.h File Reference

Go to the source code of this file.

Data Structures

struct  pollfd

Defines

#define POLLIN   0x0001
#define POLLPRI   0x0002
#define POLLOUT   0x0004
#define POLLERR   0x0008
#define POLLHUP   0x0010
#define POLLNVAL   0x0020
#define POLLRDNORM   0x0040
#define POLLRDBAND   0x0080
#define POLLWRNORM   0x0100
#define POLLWRBAND   0x0200
#define INFTIM   (-1)

Typedefs

typedef unsigned long nfds_t

Functions

int poll (struct pollfd *pfd, nfds_t nfd, int timeout)

Define Documentation

#define POLLIN   0x0001

Definition at line 26 of file poll.h.

#define POLLPRI   0x0002

Definition at line 27 of file poll.h.

#define POLLOUT   0x0004

Definition at line 28 of file poll.h.

#define POLLERR   0x0008

Definition at line 29 of file poll.h.

#define POLLHUP   0x0010

Definition at line 30 of file poll.h.

#define POLLNVAL   0x0020

Definition at line 31 of file poll.h.

#define POLLRDNORM   0x0040

Definition at line 32 of file poll.h.

#define POLLRDBAND   0x0080

Definition at line 33 of file poll.h.

#define POLLWRNORM   0x0100

Definition at line 34 of file poll.h.

#define POLLWRBAND   0x0200

Definition at line 35 of file poll.h.

#define INFTIM   (-1)

Definition at line 50 of file poll.h.


Typedef Documentation

typedef unsigned long nfds_t

Definition at line 44 of file poll.h.


Function Documentation

int poll ( struct pollfd pfd,
nfds_t  nfd,
int  timeout 
)

Definition at line 279 of file poll.c.

Generated on Tue May 11 00:16:13 2010 by  doxygen 1.6.3