Home
last modified time | relevance | path

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

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