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.cpp939 std::mutex ErrorLock; in mergeInstrProfile() local
951 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1385 std::mutex ErrorLock; in supplementInstrProfile() local
1387 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1723 std::mutex ErrorLock; in overlapInstrProfile() local
1725 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()