Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h347 void optQueueNotifyEnd() { OptQ.notifyEnd(); } in optQueueNotifyEnd()
490 BoundedProducerConsumerQueue<OptWorkItem, MaxOptQSize> OptQ; variable
DIceGlobalContext.cpp306 OptQ(/*Sequential=*/getFlags().isSequential(), in GlobalContext()
883 OptQ.blockingPush(std::move(Item)); in optQueueBlockingPush()
891 return OptQ.blockingPop(OptQWakeupSize); in optQueueBlockingPop()