Home
last modified time | relevance | path

Searched refs:max_alive_threads_ (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc113 max_alive_threads_(0), in ThreadRegistry()
131 return max_alive_threads_; in GetMaxAliveThreads()
161 if (max_alive_threads_ < alive_threads_) { in CreateThread()
162 max_alive_threads_++; in CreateThread()
163 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
H A Dsanitizer_thread_registry.h137 uptr max_alive_threads_; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp114 max_alive_threads_(0), in ThreadRegistry()
131 return max_alive_threads_; in GetMaxAliveThreads()
161 if (max_alive_threads_ < alive_threads_) { in CreateThread()
162 max_alive_threads_++; in CreateThread()
163 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
H A Dsanitizer_thread_registry.h143 uptr max_alive_threads_; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc115 max_alive_threads_(0), in ThreadRegistry()
133 return max_alive_threads_; in GetMaxAliveThreads()
163 if (max_alive_threads_ < alive_threads_) { in CreateThread()
164 max_alive_threads_++; in CreateThread()
165 CHECK_EQ(alive_threads_, max_alive_threads_); in CreateThread()
H A Dsanitizer_thread_registry.h140 uptr max_alive_threads_; variable