Searched refs:_MD_SELECT (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Daixwrap.c41 * This file contains a single function, _MD_SELECT(), which simply
55 int _MD_SELECT(int width, fd_set *r, fd_set *w, fd_set *e, struct timeval *t) function
H A Duxwrap.c136 return _MD_SELECT(width, rl, wl, el, tv);
138 return _MD_SELECT(width, rd, wr, ex, tv);
149 return _MD_SELECT(width, rd, wr, ex, tv);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95sock.c503 rv = _MD_SELECT(osfd + 1, &rd_wr, NULL, NULL, &tv);
506 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, NULL, &tv);
509 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, &ex, &tv);
562 * We block in _MD_SELECT for at most
583 rv = _MD_SELECT(osfd + 1, &rd_wr, NULL, NULL, &tv);
586 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, NULL, &tv);
589 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, &ex, &tv);
635 * We loop again if _MD_SELECT timed out and the
H A Dw32poll.c79 ready = _MD_SELECT(nfds, readfds, writefds, exceptfds, timeout);
273 ready = _MD_SELECT(0, rdp, wtp, exp, tvp);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_bsdi.h209 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_dgux.h206 * We wrapped the select() call. _MD_SELECT refers to the built-in,
214 #define _MD_SELECT _select macro
H A D_hpux.h245 * We wrapped the select() call. _MD_SELECT refers to the built-in,
248 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_ncr.h217 * We wrapped the select() call. _MD_SELECT refers to the built-in,
225 #define _MD_SELECT _select macro
H A D_nec.h190 #define _MD_SELECT _select macro
H A D_nto.h214 ** We wrapped the select() call. _MD_SELECT refers to the built-in,
217 #define _MD_SELECT select macro
H A D_openbsd.h227 * We wrapped the select() call. _MD_SELECT refers to the built-in,
230 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_osf1.h236 #define _MD_SELECT __select macro
H A D_qnx.h205 ** We wrapped the select() call. _MD_SELECT refers to the built-in,
211 #define _MD_SELECT select macro
H A D_rhapsody.h217 * We wrapped the select() call. _MD_SELECT refers to the built-in,
220 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_scoos.h201 #define _MD_SELECT _select macro
H A D_sony.h185 #define _MD_SELECT _select macro
H A D_unixware.h206 * We wrapped the select() call. _MD_SELECT refers to the built-in,
214 #define _MD_SELECT _select macro
H A D_aix.h248 #define _MD_SELECT select macro
H A D_darwin.h294 * We wrapped the select() call. _MD_SELECT refers to the built-in,
297 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_freebsd.h271 * We wrapped the select() call. _MD_SELECT refers to the built-in,
274 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_netbsd.h309 * We wrapped the select() call. _MD_SELECT refers to the built-in,
312 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_nextstep.h249 * We wrapped the select() call. _MD_SELECT refers to the built-in,
252 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) macro
H A D_openvms.h306 #define _MD_SELECT __select macro
H A D_reliantunix.h267 #define _MD_SELECT(nfds,r,w,e,tv) _select(nfds,r,w,e,tv) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbnet.c105 rv = _MD_SELECT(osfd + 1, &rd_wr, NULL, NULL, &tv);
107 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, NULL, &tv);
134 * We block in _MD_SELECT for at most
152 rv = _MD_SELECT(osfd + 1, &rd_wr, NULL, NULL, &tv);
154 rv = _MD_SELECT(osfd + 1, NULL, &rd_wr, NULL, &tv);
177 * We loop again if _MD_SELECT timed out or got interrupted
182 * If _MD_SELECT timed out, we know how much time

Completed in 354 milliseconds

12