HomeSort by relevance Sort by last modified time
    Searched refs:max_threads_ (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 93 max_threads_(max_threads),
101 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]),
127 } else if (n_contexts_ < max_threads_) {
134 SanitizerToolName, max_threads_);
139 CHECK_LT(tid, max_threads_);
sanitizer_thread_registry.h 119 const u32 max_threads_; member in class:__sanitizer::ThreadRegistry
125 // at most max_threads_.
127 // max_threads_ if contexts were reused.
  /external/chromium_org/base/threading/
sequenced_worker_pool.cc 414 const size_t max_threads_; member in class:base::SequencedWorkerPool::Inner
423 // max_threads_ and will be initially empty.
519 max_threads_(max_threads),
    [all...]

Completed in 316 milliseconds