Home
last modified time | relevance | path

Searched refs:dstQueue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp92 unsigned int SpmcQueue::PopHeadToAnotherQueue(SpmcQueue& dstQueue, unsigned int elementNum, int qos… in PopHeadToAnotherQueue() argument
99 while ((dstQueue.GetLength() < dstQueue.GetCapacity()) && (head_.load() != tail_.load())) { in PopHeadToAnotherQueue()
105 int ret = dstQueue.PushTail(element); in PopHeadToAnotherQueue()
H A Dspmc_queue.h58 …unsigned int PopHeadToAnotherQueue(SpmcQueue& dstQueue, unsigned int elementNum, int qos, PushFunc…