Searched refs:max_threads_ (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc93 max_threads_(max_threads),
102 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]),
128 } else if (n_contexts_ < max_threads_) {
136 SanitizerToolName, max_threads_);
139 " dying\n", max_threads_);
145 CHECK_LT(tid, max_threads_);
H A Dsanitizer_thread_registry.h120 const u32 max_threads_; member in class:__sanitizer::ThreadRegistry
127 // at most max_threads_.
129 // max_threads_ if contexts were reused.
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc416 const size_t max_threads_; member in class:base::SequencedWorkerPool::Inner
425 // max_threads_ and will be initially empty.
524 max_threads_(max_threads),
1079 // The result is that one may expect that max_threads_ workers to be created
1086 threads_.size() < max_threads_ &&

Completed in 134 milliseconds