Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A 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…
H A DSBQueue.i60 GetNumThreads ();
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A 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/
H A 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()
H A 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/
H A DSBQueue.h45 uint32_t GetNumThreads();
H A DSBProcess.h89 uint32_t GetNumThreads();
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h282 nub_size_t GetNumThreads() const;
H A DMachProcess.mm581 nub_size_t MachProcess::GetNumThreads() const { function
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py113 num_threads = self.process.GetNumThreads()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A 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/
H A DDNB.cpp1360 return procSP->GetNumThreads(); in DNBProcessGetNumThreads()