Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel() function
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp917 queue_item->SetQueueLabel(item.enqueuing_queue_label); in CompleteQueueItem()