Searched refs:GetNumThreadContexts (Results 1 – 6 of 6) sorted by relevance
161 uint32_t GetNumThreadContexts();
283 const uint32_t num_threads = GetNumThreadContexts(); in DoUpdateThreadList()985 uint32_t ProcessElfCore::GetNumThreadContexts() { in GetNumThreadContexts() function in ProcessElfCore
486 if (core_objfile->GetNumThreadContexts() == 0) { in DoLoadCore()528 const uint32_t num_threads = core_objfile->GetNumThreadContexts(); in DoUpdateThreadList()
119 uint32_t GetNumThreadContexts() override;
5403 uint32_t ObjectFileMachO::GetNumThreadContexts() {5660 GetNumThreadContexts();
501 virtual uint32_t GetNumThreadContexts() { return 0; } in GetNumThreadContexts() function