Lines Matching defs:SpmcQueue
21 SpmcQueue::~SpmcQueue()
29 int SpmcQueue::Init(unsigned int capacity)
45 unsigned int SpmcQueue::GetLength() const
50 unsigned int SpmcQueue::GetCapacity() const
55 void* SpmcQueue::PopHead()
75 int SpmcQueue::PushTail(void* object)
92 bool SpmcQueue::FindElement(void* target)
109 unsigned int SpmcQueue::PopHeadToAnotherQueue(SpmcQueue& dstQueue, unsigned int elementNum, int qos, PushFunc func)