Searched refs:mCurrentFreeEntry (Results 1 – 2 of 2) sorted by relevance
1010 : mPoolSize(0), mCurrentPool(0), mCurrentFreeEntry(0) in DynamicallyGrowingPool()1041 mCurrentFreeEntry = 0; in findFreeEntryPool()1061 mCurrentFreeEntry = 0; in allocateNewEntryPool()1105 if (mCurrentFreeEntry >= mPoolSize) in allocateQuery()1111 uint32_t queryIndex = mCurrentFreeEntry++; in allocateQuery()1315 if (mCurrentFreeEntry >= mPoolSize) in allocateSemaphore()1321 semaphoreOut->init(mCurrentPool, &mPools[mCurrentPool][mCurrentFreeEntry++]); in allocateSemaphore()
332 uint32_t mCurrentFreeEntry; variable