Searched defs:PR_FD_SET (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h52 #define PR_FD_SET VBoxNsprPR_FD_SET macro
154 ** PR_FD_SET(fd, &fdset) includes a particular file descriptor fd in fdset.
167 NSPR_API(void) PR_FD_SET(PRFileDesc *fd, PR_fd_set *set);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1612 PR_IMPLEMENT(void) PR_FD_SET(PRFileDesc *fh, PR_fd_set *set) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4688 PR_IMPLEMENT(void) PR_FD_SET(PRFileDesc *fh, PR_fd_set *set) function
4691 if (unwarned) unwarned = _PR_Obsolete("PR_FD_SET (PR_Select)", "PR_Poll");

Completed in 56 milliseconds