Home
last modified time | relevance | path

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

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