Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel() function
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp870 queue_item->SetThreadLabel(item.enqueuing_thread_label); in CompleteQueueItem()