Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp50 std::mutex LocalPrebuiltGraph::mCreationMutex; member in android::automotive::computepipe::graph::LocalPrebuiltGraph
181 std::unique_lock<std::mutex> lock(LocalPrebuiltGraph::mCreationMutex); in GetPrebuiltGraphFromLibrary()
DLocalPrebuiltGraph.h116 static std::mutex mCreationMutex; variable