Home
last modified time | relevance | path

Searched defs:g_display_depth (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DTimer.h72 static std::atomic<unsigned> g_display_depth; variable
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DTimer.cpp37 std::atomic<unsigned> Timer::g_display_depth(0); member in Timer