Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp881 std::mutex ErrorLock; in mergeInstrProfile() local
893 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1327 std::mutex ErrorLock; in supplementInstrProfile() local
1329 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1664 std::mutex ErrorLock; in overlapInstrProfile() local
1666 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()