Searched defs:entryCount (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtmon.c115 mon->entryCount++;
120 mon->entryCount = 1;
136 if( --mon->entryCount == 0 )
162 PRUint32 entryCount; local
170 entryCount = mon->entryCount;
171 mon->entryCount = 0;
175 mon->entryCount = entryCount;
217 return( mon->entryCount );
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprmon.c97 mon->entryCount++;
100 mon->entryCount = 1;
112 mon->entryCount++;
116 mon->entryCount = 1;
131 if (--mon->entryCount == 0) {
144 mon->entryCount : 0;
166 PRUintn entryCount; local
172 entryCount = mon->entryCount;
173 mon->entryCount
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c246 table->entryCount = table->removedCount = 0;
547 if (table->entryCount + table->removedCount >= MAX_LOAD(table, size)) {
562 table->entryCount + table->removedCount == size - 1) {
588 table->entryCount++;
607 table->entryCount <= MIN_LOAD(table, size)) {
639 table->entryCount--;
703 table->entryCount <= MIN_LOAD(table, capacity)))) {
705 capacity = table->entryCount;
723 PRUint32 entrySize, entryCount; local
770 entryCount
[all...]
H A Dpldhash.h222 PRUint32 entryCount; /* number of entries in table */ member in struct:PLDHashTable
464 * an entry that brings entryCount past maxAlpha * tableSize.
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c386 int i, entryCount; local
401 entryCount = PR_GetMonitorEntryCount(self->monitor);
411 if (entryCount) {
412 for (i = 0; i < entryCount; i++)
423 if (entryCount) {
424 for (i = 0; i < entryCount; i++)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1494 PRUint32 entryCount; /* # of times re-entered */ member in struct:PRMonitor

Completed in 66 milliseconds