Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1026 std::mutex ErrorLock; in mergeInstrProfile() local
1038 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1471 std::mutex ErrorLock; in supplementInstrProfile() local
1473 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1819 std::mutex ErrorLock; in overlapInstrProfile() local
1821 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()