Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp393 std::mutex ErrorLock; in mergeInstrProfile() local
408 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
633 std::mutex ErrorLock; in supplementInstrProfile() local
635 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1076 std::mutex ErrorLock; in overlapInstrProfile() local
1078 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()