My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
poll.h File Reference
#include <3ds/types.h>

Go to the source code of this file.

Data Structures

struct  pollfd
 

Macros

#define POLLIN   0x001
 
#define POLLPRI   0x002
 
#define POLLOUT   0x004
 
#define POLLERR   0x008
 
#define POLLHUP   0x010
 
#define POLLNVAL   0x020
 
#define POLLRDNORM   0x040
 
#define POLLRDBAND   0x080
 
#define POLLWRNORM   0x100
 
#define POLLWRBAND   0x200
 

Typedefs

typedef u32 nfds_t
 

Functions

int poll (struct pollfd *fds, nfds_t nfsd, int timeout)
 

Macro Definition Documentation

#define POLLERR   0x008

Definition at line 9 of file poll.h.

#define POLLHUP   0x010

Definition at line 10 of file poll.h.

#define POLLIN   0x001

Definition at line 6 of file poll.h.

#define POLLNVAL   0x020

Definition at line 11 of file poll.h.

#define POLLOUT   0x004

Definition at line 8 of file poll.h.

#define POLLPRI   0x002

Definition at line 7 of file poll.h.

#define POLLRDBAND   0x080

Definition at line 13 of file poll.h.

#define POLLRDNORM   0x040

Definition at line 12 of file poll.h.

#define POLLWRBAND   0x200

Definition at line 15 of file poll.h.

#define POLLWRNORM   0x100

Definition at line 14 of file poll.h.

Typedef Documentation

typedef u32 nfds_t

Definition at line 17 of file poll.h.

Function Documentation

int poll ( struct pollfd fds,
nfds_t  nfsd,
int  timeout 
)

Definition at line 4 of file soc_poll.c.