Home
last modified time | relevance | path

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

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dproductbuilddata.cpp70 std::lock_guard<std::mutex> l(m_artifactsMapMutex); in addArtifactToSet()
86 std::lock_guard<std::mutex> l(m_artifactsMapMutex); in removeArtifactFromSetByFileTag()
98 std::lock_guard<std::mutex> l(m_artifactsMapMutex); in addFileTagToArtifact()
105 std::lock_guard<std::mutex> l(m_artifactsMapMutex); in artifactsByFileTag()
127 std::lock_guard<std::mutex> l(m_artifactsMapMutex); in checkAndSetJsArtifactsMapUpToDateFlag()
H A Dproductbuilddata.h112 mutable std::mutex m_artifactsMapMutex; variable