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