Searched refs:_MD_POLL (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Daixwrap.c60 int _MD_POLL(void *listptr, unsigned long nfds, long timeout) function
H A Duxwrap.c315 * because it is difficult to define _MD_POLL that works on all
370 return _MD_POLL(listptr, nfds, timeout);
372 return _MD_POLL(filedes, nfds, timeout);
382 return _MD_POLL(filedes, nfds, timeout);
H A Daix.c244 int _MD_POLL(void *listptr, unsigned long nfds, long timeout) function
H A Duxpoll.c196 ready = _MD_POLL(syspoll, npds, msecs);
H A Dunix.c347 while ((rv = _MD_POLL(&pfd, 1, -1))
349 /* retry _MD_POLL() if it is interrupted */
411 while ((rv = _MD_POLL(&pfd, 1, -1))
413 /* retry _MD_POLL() if it is interrupted */
657 rv = _MD_POLL(&pfd, 1, msecs);
689 * We block in _MD_POLL for at most
700 rv = _MD_POLL(&pfd, 1, msecs);
723 * We loop again if _MD_POLL timed out or got interrupted
728 * If _MD_POLL timed out, we know how much time
1665 nfd = _MD_POLL(pollfd
[all...]
H A Dirix.c576 rv = _MD_POLL(&pfd, 1, msecs);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_dgux.h216 #define _MD_POLL _poll macro
H A D_hpux.h251 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout) macro
H A D_ncr.h227 #define _MD_POLL _poll macro
H A D_nec.h191 #define _MD_POLL _poll macro
H A D_openbsd.h232 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout) macro
H A D_osf1.h239 #define _MD_POLL __poll macro
H A D_scoos.h202 #define _MD_POLL _poll macro
H A D_sony.h189 #define _MD_POLL _poll macro
H A D_unixware.h216 #define _MD_POLL _poll macro
H A D_aix.h249 #define _MD_POLL poll macro
H A D_freebsd.h278 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout) macro
H A D_netbsd.h315 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout) macro
H A D_openvms.h309 #define _MD_POLL __poll macro
H A D_reliantunix.h268 #define _MD_POLL _poll macro
H A D_sunos4.h234 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout) macro
H A D_solaris.h465 #define _MD_POLL _poll macro
815 #define _MD_POLL _poll
H A D_irix.h454 #define _MD_POLL _poll macro
H A D_linux.h493 #define _MD_POLL __syscall_poll macro

Completed in 778 milliseconds