Searched refs:max_threads_ (Results 1 – 2 of 2) sorted by relevance
121 max_threads_(max_threads), in ThreadRegistry()156 } else if (threads_.size() < max_threads_) { in CreateThread()164 SanitizerToolName, max_threads_); in CreateThread()169 max_threads_); in CreateThread()175 CHECK_LT(tid, max_threads_); in CreateThread()
148 const u32 max_threads_; variable