Searched refs:GetNumThreads (Results 1 – 6 of 6) sorted by relevance
51 return int(self.sbprocess.GetNumThreads())76 return lldb_iter(self, 'GetNumThreads', 'GetThreadAtIndex')80 return self.GetNumThreads()92 num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of threads in this process as an integer.''')
127 uint32_t GetNumThreads() { in GetNumThreads() function in lldb_private::QueueImpl277 uint32_t SBQueue::GetNumThreads() { in GetNumThreads() function in SBQueue280 return m_opaque_sp->GetNumThreads(); in GetNumThreads()
187 uint32_t SBProcess::GetNumThreads() { in GetNumThreads() function in SBProcess1004 GetNumThreads(), exe_name ? ", executable = " : "", in GetDescription()
43 uint32_t GetNumThreads();
95 uint32_t GetNumThreads();
44170 result = (uint32_t)(arg1)->GetNumThreads(); in _wrap_SBProcess_GetNumThreads()48134 result = (uint32_t)(arg1)->GetNumThreads(); in _wrap_SBQueue_GetNumThreads()