Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h122 sys::Mutex UpdateMutex; variable
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp312 std::lock_guard<sys::Mutex> Guard(UpdateMutex); in update()