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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h56 #define PR_FD_NCLR VBoxNsprPR_FD_NCLR macro
161 ** PR_FD_NCLR(osfd, &fdset) removes a native file descriptor osfd from fdset.
171 NSPR_API(void) PR_FD_NCLR(PRInt32 osfd, PR_fd_set *set);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1650 PR_IMPLEMENT(void) PR_FD_NCLR(PRInt32 fd, PR_fd_set *set) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4734 PR_IMPLEMENT(void) PR_FD_NCLR(PRInt32 fd, PR_fd_set *set) function
4738 if (unwarned) unwarned = _PR_Obsolete("PR_FD_NCLR (PR_Select)", "PR_Poll");

Completed in 59 milliseconds