Searched refs:max_threads_ (Results 1 – 5 of 5) sorted by relevance
93 max_threads_(max_threads), in ThreadRegistry()102 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]), in ThreadRegistry()128 } else if (n_contexts_ < max_threads_) { in CreateThread()136 SanitizerToolName, max_threads_); in CreateThread()139 " dying\n", max_threads_); in CreateThread()145 CHECK_LT(tid, max_threads_); in CreateThread()
122 const u32 max_threads_; variable
317 max_threads_ = max_threads; in set_max_threads()319 static uint32_t max_threads() { return max_threads_; } in max_threads()349 static uint32_t max_threads_; variable
441 const size_t max_threads_; member in base::SequencedWorkerPool::Inner565 max_threads_(max_threads), in Inner()1160 threads_.size() < max_threads_ && in PrepareToStartAdditionalThreadIfHelpful()
1536 uint32_t MinidumpThreadList::max_threads_ = 4096; member in google_breakpad::MinidumpThreadList1601 if (thread_count > max_threads_) { in Read()1603 " exceeds maximum " << max_threads_; in Read()