Home
last modified time | relevance | path

Searched refs:GetNumRunningWorkItems (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueue.h115 uint32_t GetNumRunningWorkItems() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueue.cpp58 uint32_t Queue::GetNumRunningWorkItems() const { in GetNumRunningWorkItems() function in Queue
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp202 result = queue_sp->GetNumRunningWorkItems(); in GetNumRunningItems()