Searched refs:threads_ (Results 1 – 4 of 4) sorted by relevance
137 *total = threads_.size(); in GetNumberOfThreads()156 } else if (threads_.size() < max_threads_) { in CreateThread()158 tid = threads_.size(); in CreateThread()160 threads_.push_back(tctx); in CreateThread()196 for (u32 tid = 0; tid < threads_.size(); tid++) { in RunCallbackForEachThreadLocked()197 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked()206 for (u32 tid = 0; tid < threads_.size(); tid++) { in FindThread()207 ThreadContextBase *tctx = threads_[tid]; in FindThread()217 for (u32 tid = 0; tid < threads_.size(); tid++) { in FindThreadContextLocked()218 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked()[all …]
45 InternalMmapVector<SuspendedThreadInfo> threads_; member in __sanitizer::SuspendedThreadsListMac115 CHECK_LT(index, threads_.size()); in GetThreadID()116 return threads_[index].tid; in GetThreadID()120 CHECK_LT(index, threads_.size()); in GetThread()121 return threads_[index].thread; in GetThread()125 return threads_.size(); in ThreadCount()129 for (uptr i = 0; i < threads_.size(); i++) { in ContainsThread()130 if (threads_[i].thread == thread) return true; in ContainsThread()144 threads_.push_back({info.thread_id, thread}); in Append()
105 return tid < threads_.size() ? threads_[tid] : nullptr; in GetThreadLocked()108 u32 NumThreadsLocked() const { return threads_.size(); } in NumThreadsLocked()160 InternalMmapVector<ThreadContextBase *> threads_; variable
30 This complicates _moving errors between threads_.