Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Core/
H A DProgress.h123 static std::atomic<uint64_t> g_id; global() variable
/llvm-project/lldb/source/Core/
H A DProgress.cpp21 std::atomic<uint64_t> Progress::g_id(0); global() member in Progress