Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DReproducerInstrumentation.cpp185 if (!g_global_boundary) { in Recorder()
186 g_global_boundary = true; in Recorder()
195 if (!g_global_boundary) { in Recorder()
196 g_global_boundary = true; in Recorder()
230 thread_local bool lldb_private::repro::Recorder::g_global_boundary = false; member in lldb_private::repro::Recorder
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerInstrumentation.h846 static void PrivateThread() { g_global_boundary = true; }
852 g_global_boundary = false;
875 static thread_local bool g_global_boundary;