Searched defs:max_threads_ (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h121 const u32 max_threads_; member in class:__sanitizer::ThreadRegistry
128 // at most max_threads_.
130 // max_threads_ if contexts were reused.
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h317 max_threads_ = max_threads;
319 static uint32_t max_threads() { return max_threads_; }
349 static uint32_t max_threads_; member in class:google_breakpad::MinidumpThreadList
/external/google-breakpad/src/processor/
H A Dminidump.cc1536 uint32_t MinidumpThreadList::max_threads_ = 4096; member in class:google_breakpad::MinidumpThreadList
1601 if (thread_count > max_threads_) {
1603 " exceeds maximum " << max_threads_; local

Completed in 3247 milliseconds