Searched refs:max_threads_ (Results 1 – 2 of 2) sorted by relevance
108 max_threads_(max_threads), in ThreadRegistry()141 } else if (threads_.size() < max_threads_) { in CreateThread()149 SanitizerToolName, max_threads_); in CreateThread()152 " dying\n", max_threads_); in CreateThread()158 CHECK_LT(tid, max_threads_); in CreateThread()
134 const u32 max_threads_; variable