Searched defs:_MD_SELECT (Results 1 - 25 of 30) 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 Daix.c221 int _MD_SELECT(int width, fd_set *r, fd_set *w, fd_set *e, struct timeval *t) function
/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_nec.h190 #define _MD_SELECT _select 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_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_sony.h185 #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_dgux.h206 * We wrapped the select() call. _MD_SELECT refers to the built-in,
214 #define _MD_SELECT _select 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_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_linux.h484 * We wrapped the select() call. _MD_SELECT refers to the built-in,
487 #define _MD_SELECT __select 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_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_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_qnx.h205 ** We wrapped the select() call. _MD_SELECT refers to the built-in,
211 #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
H A D_scoos.h201 #define _MD_SELECT _select macro
H A D_sunos4.h230 * We wrapped the select() call. _MD_SELECT refers to the built-in,
233 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv) 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_irix.h450 #define _MD_SELECT _select macro
H A D_openvms.h306 #define _MD_SELECT __select macro
H A D_osf1.h236 #define _MD_SELECT __select macro

Completed in 84 milliseconds

12