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

  /external/compiler-rt/lib/sanitizer_common/
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 558 milliseconds