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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprtpd.c85 static PRInt32 _pr_tpd_highwater = 0; /* next TPD key to be assigned */ variable
140 index = PR_AtomicIncrement(&_pr_tpd_highwater) - 1; /* allocate index */
178 if ((index >= _PR_TPD_LIMIT) || (index >= _pr_tpd_highwater))

Completed in 40 milliseconds