HomeSort by: relevance | last modified time | path
    Searched refs:max_threads_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 108 max_threads_(max_threads),
117 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]),
143 } else if (n_contexts_ < max_threads_) {
151 SanitizerToolName, max_threads_);
154 " dying\n", max_threads_);
160 CHECK_LT(tid, max_threads_);
sanitizer_thread_registry.h 129 const u32 max_threads_; member in class:__sanitizer::ThreadRegistry
136 // at most max_threads_.
138 // max_threads_ if contexts were reused.

Completed in 11 milliseconds