Home
last modified time | relevance | path

Searched refs:n_contexts_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc97 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 …]
Dsanitizer_thread_registry.h92 DCHECK_LT(tid, n_contexts_); in GetThreadLocked()
128 u32 n_contexts_; // Number of created thread contexts, variable