Home
last modified time | relevance | path

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

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