Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp335 std::mutex ErrorLock; in mergeInstrProfile() local
350 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
573 std::mutex ErrorLock; in supplementInstrProfile() local
575 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1001 std::mutex ErrorLock; in overlapInstrProfile() local
1003 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()