Searched refs:max_threads_ (Results 1 – 2 of 2) sorted by relevance
110 max_threads_(max_threads), in ThreadRegistry()143 } else if (threads_.size() < 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()
143 const u32 max_threads_; variable