Searched refs:GetNumThreadContexts (Results 1 – 6 of 6) sorted by relevance
154 uint32_t GetNumThreadContexts();
266 const uint32_t num_threads = GetNumThreadContexts(); in UpdateThreadList()883 uint32_t ProcessElfCore::GetNumThreadContexts() { in GetNumThreadContexts() function in ProcessElfCore
207 if (core_objfile->GetNumThreadContexts() == 0) { in DoLoadCore()547 const uint32_t num_threads = core_objfile->GetNumThreadContexts(); in UpdateThreadList()
111 uint32_t GetNumThreadContexts() override;
5418 uint32_t ObjectFileMachO::GetNumThreadContexts() { in GetNumThreadContexts() function in ObjectFileMachO5595 GetNumThreadContexts(); in GetThreadContextAtIndex()
485 virtual uint32_t GetNumThreadContexts() { return 0; } in GetNumThreadContexts() function