Searched refs:OptQ (Results 1 – 2 of 2) sorted by relevance
347 void optQueueNotifyEnd() { OptQ.notifyEnd(); } in optQueueNotifyEnd()490 BoundedProducerConsumerQueue<OptWorkItem, MaxOptQSize> OptQ; variable
306 OptQ(/*Sequential=*/getFlags().isSequential(), in GlobalContext()883 OptQ.blockingPush(std::move(Item)); in optQueueBlockingPush()891 return OptQ.blockingPop(OptQWakeupSize); in optQueueBlockingPop()