Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h140 sys::Mutex UpdateMutex; variable
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp360 std::lock_guard<sys::Mutex> Guard(UpdateMutex); in update()