Home
last modified time | relevance | path

Searched refs:GetNumThreads (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBProcess.i132 GetNumThreads ();
480 return int(self.sbprocess.GetNumThreads())
506 return self.GetNumThreads()
516 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
DSBQueue.i60 GetNumThreads ();
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dconcurrent_base.py159 self.inferior_process.GetNumThreads(),
187 num_threads = self.inferior_process.GetNumThreads()
235 num_threads = self.inferior_process.GetNumThreads()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBQueue.cpp129 uint32_t GetNumThreads() { in GetNumThreads() function in lldb_private::QueueImpl
279 uint32_t SBQueue::GetNumThreads() { in GetNumThreads() function in SBQueue
282 return m_opaque_sp->GetNumThreads(); in GetNumThreads()
DSBProcess.cpp183 uint32_t SBProcess::GetNumThreads() { in GetNumThreads() function in SBProcess
930 GetNumThreads(), exe_name ? ", executable = " : "", in GetDescription()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBQueue.h45 uint32_t GetNumThreads();
DSBProcess.h89 uint32_t GetNumThreads();
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h282 nub_size_t GetNumThreads() const;
DMachProcess.mm581 nub_size_t MachProcess::GetNumThreads() const { function
/openbsd/src/gnu/llvm/lldb/examples/python/
Dlldbtk.py113 num_threads = self.process.GetNumThreads()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp225 const uint32_t num_threads = process.GetNumThreads(); in SendThreadStoppedEvent()
2661 const uint32_t num_threads = process.GetNumThreads(); in request_threads()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNB.cpp1360 return procSP->GetNumThreads(); in DNBProcessGetNumThreads()