Searched refs:PR_MAX_SELECT_DESC (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h77 ** Override PR_MAX_SELECT_DESC if you need more space in the select set.
79 #ifndef PR_MAX_SELECT_DESC
80 #define PR_MAX_SELECT_DESC 1024 macro
84 PRFileDesc *harray[PR_MAX_SELECT_DESC];
86 PRInt32 narray[PR_MAX_SELECT_DESC];
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1614 PR_ASSERT( set->hsize < PR_MAX_SELECT_DESC );
1645 PR_ASSERT( set->nsize < PR_MAX_SELECT_DESC );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4692 PR_ASSERT( set->hsize < PR_MAX_SELECT_DESC );
4729 PR_ASSERT( set->nsize < PR_MAX_SELECT_DESC );

Completed in 59 milliseconds