Searched refs:n_threads_ (Results 1 – 2 of 2) sorted by relevance
48 u32 tid = n_threads_; in RegisterThread()49 n_threads_++; in RegisterThread()50 CHECK(n_threads_ < kMaxNumberOfThreads); in RegisterThread()155 CHECK(tid < n_threads_); in FindByTid()162 for (u32 tid = 0; tid < n_threads_; tid++) { in FindThreadByStackAddress()173 for (u32 tid = 0; tid < n_threads_; tid++) { in UpdateAccumulatedStatsUnlocked()
75 u32 n_threads_; variable