Searched defs:QUEUE (Results 1 – 3 of 3) sorted by relevance
38 struct QUEUE struct40 OSALIGNLINE(volatile uint32_t) mLock{ 0 }; in OSALIGNLINE()41 OSALIGNLINE(volatile uint32_t) mNumEntries{ 0 }; in OSALIGNLINE()42 std::vector<T*> mBlocks;43 T* mCurBlock{ nullptr };44 uint32_t mHead{ 0 };45 uint32_t mTail{ 0 };46 uint32_t mCurBlockIdx{ 0 };49 static const uint32_t mBlockSizeShift = 6;50 static const uint32_t mBlockSize = 1 << mBlockSizeShift;[all …]
18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0); field in ExceptionCatchingInputStream
1739 QUEUE, enumerator