Searched refs:max_threads_ (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 106 max_threads_(max_threads), in ThreadRegistry() 115 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]), in ThreadRegistry() 141 } else if (n_contexts_ < 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()
|
H A D | sanitizer_thread_registry.h | 126 const u32 max_threads_; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 108 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 D | sanitizer_thread_registry.h | 129 const u32 max_threads_; variable
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 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()
|
H A D | sanitizer_thread_registry.h | 134 const u32 max_threads_; variable
|