Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp252 std::atomic<unsigned> lldb_private::repro::Recorder::g_sequence; member in lldb_private::repro::Recorder
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h874 static unsigned GetNextSequenceNumber() { return g_sequence++; }
912 static std::atomic<unsigned> g_sequence;