Searched refs:GetNumThreads (Results 1 – 12 of 12) sorted by relevance
132 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…
60 GetNumThreads ();
159 self.inferior_process.GetNumThreads(),187 num_threads = self.inferior_process.GetNumThreads()235 num_threads = self.inferior_process.GetNumThreads()
129 uint32_t GetNumThreads() { in GetNumThreads() function in lldb_private::QueueImpl279 uint32_t SBQueue::GetNumThreads() { in GetNumThreads() function in SBQueue282 return m_opaque_sp->GetNumThreads(); in GetNumThreads()
183 uint32_t SBProcess::GetNumThreads() { in GetNumThreads() function in SBProcess930 GetNumThreads(), exe_name ? ", executable = " : "", in GetDescription()
45 uint32_t GetNumThreads();
89 uint32_t GetNumThreads();
282 nub_size_t GetNumThreads() const;
581 nub_size_t MachProcess::GetNumThreads() const { function
113 num_threads = self.process.GetNumThreads()
225 const uint32_t num_threads = process.GetNumThreads(); in SendThreadStoppedEvent()2661 const uint32_t num_threads = process.GetNumThreads(); in request_threads()
1360 return procSP->GetNumThreads(); in DNBProcessGetNumThreads()