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 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 94 milliseconds