Home
last modified time | relevance | path

Searched refs:max_threads_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc108 max_threads_(max_threads), in ThreadRegistry()
117 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]), in ThreadRegistry()
143 } else if (n_contexts_ < max_threads_) { in CreateThread()
151 SanitizerToolName, max_threads_); in CreateThread()
154 " dying\n", max_threads_); in CreateThread()
160 CHECK_LT(tid, max_threads_); in CreateThread()
H A Dsanitizer_thread_registry.h129 const u32 max_threads_; variable