Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp237 std::lock_guard<std::mutex> Guard(QueueMutex); in push()
245 std::unique_lock<std::mutex> Guard(QueueMutex); in pop()
249 std::lock_guard<std::mutex> Guard(QueueMutex); in pop()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h89 std::mutex QueueMutex; variable