Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/include/marl/
Dticket.h111 ConditionVariable isCalledCondVar; member
140 record->isCalledCondVar.wait(lock, [this] { return record->isCalled; }); in wait()
236 isCalledCondVar.notify_all(); in callAndUnlock()