Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp123 std::unique_lock<std::mutex> _(GlobalsSeenMutex); in setHasSeenGlobals()
130 std::unique_lock<std::mutex> GlobalsLock(GlobalsSeenMutex); in getGlobals()
DIceInstrumentation.h89 std::mutex GlobalsSeenMutex; variable