Searched defs:pollfd (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h22 * WinSock2 has definition for POLL* and pollfd, but it defined for _WIN32_WINNT > 0x0600
39 struct pollfd { struct
48 int RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h57 struct pollfd { struct
88 int poll(struct pollfd *, nfds_t, int);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h285 struct pollfd struct
297 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h289 struct pollfd struct
301 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h285 struct pollfd struct
297 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h294 struct pollfd struct
306 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h285 struct pollfd struct
297 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h285 struct pollfd struct
297 int poll( struct pollfd *fds, unsigned int count, int timeout );
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h539 struct pollfd { struct
559 #define POLLNVAL 0x0020 /* invalid pollfd entry */
561 extern int poll(struct pollfd *, unsigned long, int);

Completed in 707 milliseconds