Searched refs:history_thread (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp145 HistoryThread *history_thread = local
147 ThreadSP new_thread_sp(history_thread);
150 history_thread->SetThreadName(thread_name_with_number.str().c_str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp274 HistoryThread *history_thread = new HistoryThread(*process_sp, tid, PCs); local
275 ThreadSP new_thread_sp(history_thread);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp327 HistoryThread *history_thread = new HistoryThread(*process_sp, tid, PCs); local
328 ThreadSP new_thread_sp(history_thread);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1033 HistoryThread *history_thread =
1035 ThreadSP new_thread_sp(history_thread);

Completed in 65 milliseconds