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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprtpd.c83 #define _PR_TPD_LIMIT 128 /* arbitary limit on the TPD slots */ macro
97 PR_CALLOC(_PR_TPD_LIMIT * sizeof(PRThreadPrivateDTOR*));
99 _pr_tpd_length = _PR_TPD_LIMIT;
141 if (_PR_TPD_LIMIT <= index)
178 if ((index >= _PR_TPD_LIMIT) || (index >= _pr_tpd_highwater))

Completed in 41 milliseconds