Searched refs:max_threads_ (Results 1 - 5 of 5) 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.h122 const u32 max_threads_; member in class:__sanitizer::ThreadRegistry
129 // at most max_threads_.
131 // max_threads_ if contexts were reused.
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h317 max_threads_ = max_threads;
319 static uint32_t max_threads() { return max_threads_; }
349 static uint32_t max_threads_; member in class:google_breakpad::MinidumpThreadList
/external/libchrome/base/threading/
H A Dsequenced_worker_pool.cc441 const size_t max_threads_; member in class:base::SequencedWorkerPool::Inner
450 // max_threads_ and will be initially empty.
565 max_threads_(max_threads),
1153 // The result is that one may expect that max_threads_ workers to be created
1160 threads_.size() < max_threads_ &&
/external/google-breakpad/src/processor/
H A Dminidump.cc1536 uint32_t MinidumpThreadList::max_threads_ = 4096; member in class:google_breakpad::MinidumpThreadList
1601 if (thread_count > max_threads_) {
1603 " exceeds maximum " << max_threads_; local

Completed in 355 milliseconds