Searched defs:BqStatistics (Results 1 – 1 of 1) sorted by relevance
54 struct BqStatistics { struct55 std::atomic<int> mDequeued;56 std::atomic<int> mQueued;57 std::atomic<int> mBlocked;58 std::atomic<int> mDropped;59 std::atomic<int> mDiscarded;60 std::atomic<int> mReleased;62 void log() { in log()69 void clear() { in clear()