Home
last modified time | relevance | path

Searched refs:max_threads_ (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc93 max_threads_(max_threads), in ThreadRegistry()
102 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]), in ThreadRegistry()
128 } else if (n_contexts_ < max_threads_) { in CreateThread()
136 SanitizerToolName, max_threads_); in CreateThread()
139 " dying\n", max_threads_); in CreateThread()
145 CHECK_LT(tid, max_threads_); in CreateThread()
Dsanitizer_thread_registry.h122 const u32 max_threads_; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc94 max_threads_ = std::max(1u, 2 * gpr_cpu_num_cores()); in Executor()
153 gpr_zalloc(sizeof(ThreadState) * max_threads_)); in SetThreading()
155 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
172 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
192 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
342 cur_thread_count < max_threads_ && !ts->shutdown; in Enqueue()
352 if (cur_thread_count < max_threads_) { in Enqueue()
Dexecutor.h112 size_t max_threads_; variable
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc94 max_threads_ = std::max(1u, 2 * gpr_cpu_num_cores()); in Executor()
153 gpr_zalloc(sizeof(ThreadState) * max_threads_)); in SetThreading()
155 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
172 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
192 for (size_t i = 0; i < max_threads_; i++) { in SetThreading()
342 cur_thread_count < max_threads_ && !ts->shutdown; in Enqueue()
352 if (cur_thread_count < max_threads_) { in Enqueue()
Dexecutor.h112 size_t max_threads_; variable
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h329 max_threads_ = max_threads; in set_max_threads()
331 static uint32_t max_threads() { return max_threads_; } in max_threads()
361 static uint32_t max_threads_; variable
/external/google-breakpad/src/processor/
Dminidump.cc1877 uint32_t MinidumpThreadList::max_threads_ = 4096; member in google_breakpad::MinidumpThreadList
1942 if (thread_count > max_threads_) { in Read()
1944 " exceeds maximum " << max_threads_; in Read()