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),
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_);
sanitizer_thread_registry.h 120 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/
sequenced_worker_pool.cc 416 const size_t max_threads_; member in class:base::SequencedWorkerPool::Inner
425 // max_threads_ and will be initially empty.
524 max_threads_(max_threads),
    [all...]

Completed in 356 milliseconds