Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp282 std::lock_guard<std::mutex> Guard(QueueMutex); in push()
290 std::unique_lock<std::mutex> Guard(QueueMutex); in pop()
294 std::lock_guard<std::mutex> Guard(QueueMutex); in pop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h91 std::mutex QueueMutex; variable