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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp136 std::ostringstream thread_name_with_number; local
137 thread_name_with_number << thread_name << " Thread " << tid;
138 history_thread->SetThreadName(thread_name_with_number.str().c_str());

Completed in 77 milliseconds