Searched refs:n_contexts_ (Results 1 – 2 of 2) sorted by relevance
97 n_contexts_(0), in ThreadRegistry()111 if (total) *total = n_contexts_; in GetNumberOfThreads()128 } else if (n_contexts_ < max_threads_) { in CreateThread()130 tid = n_contexts_++; in CreateThread()160 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked()170 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread()181 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked()202 CHECK_LT(tid, n_contexts_); in SetThreadName()211 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId()223 CHECK_LT(tid, n_contexts_); in DetachThread()[all …]
92 DCHECK_LT(tid, n_contexts_); in GetThreadLocked()128 u32 n_contexts_; // Number of created thread contexts, variable