Searched refs:max_threads_ (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 55 max_threads_ = GPR_MAX(1, 2 * gpr_cpu_num_cores()); in GrpcExecutor() 103 gpr_zalloc(sizeof(ThreadState) * max_threads_)); in SetThreading() 105 for (size_t i = 0; i < max_threads_; i++) { in SetThreading() 123 for (size_t i = 0; i < max_threads_; i++) { in SetThreading() 143 for (size_t i = 0; i < max_threads_; i++) { in SetThreading() 291 cur_thread_count < max_threads_ && !ts->shutdown; in Enqueue() 301 if (cur_thread_count < max_threads_) { in Enqueue()
|
D | executor.h | 71 size_t max_threads_; variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 93 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()
|
D | sanitizer_thread_registry.h | 122 const u32 max_threads_; variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 95 max_threads_ = GPR_MAX(1, 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() 173 for (size_t i = 0; i < max_threads_; i++) { in SetThreading() 193 for (size_t i = 0; i < max_threads_; i++) { in SetThreading() 355 cur_thread_count < max_threads_ && !ts->shutdown; in Enqueue() 365 if (cur_thread_count < max_threads_) { in Enqueue()
|
D | executor.h | 112 size_t max_threads_; variable
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cpp | 107 max_threads_(max_threads), in ThreadRegistry() 116 threads_ = (ThreadContextBase **)MmapOrDie(max_threads_ * sizeof(threads_[0]), in ThreadRegistry() 142 } else if (n_contexts_ < max_threads_) { in CreateThread() 150 SanitizerToolName, max_threads_); in CreateThread() 153 " dying\n", max_threads_); in CreateThread() 159 CHECK_LT(tid, max_threads_); in CreateThread()
|
D | sanitizer_thread_registry.h | 135 const u32 max_threads_; variable
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 329 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/ |
D | minidump.cc | 1677 uint32_t MinidumpThreadList::max_threads_ = 4096; member in google_breakpad::MinidumpThreadList 1742 if (thread_count > max_threads_) { in Read() 1744 " exceeds maximum " << max_threads_; in Read()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 10581 <!-- const __sanitizer::u32 __sanitizer::ThreadRegistry::max_threads_ --> 10582 …<var-decl name='max_threads_' type-id='type-id-439' visibility='default' filepath='../../.././libs… 28558 <!-- const __sanitizer::u32 __sanitizer::ThreadRegistry::max_threads_ --> 28559 …<var-decl name='max_threads_' type-id='type-id-439' visibility='default' filepath='../../.././libs…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 6336 …<var-decl name='max_threads_' type-id='type-id-439' visibility='default' filepath='../../.././libs… 16568 …<var-decl name='max_threads_' type-id='type-id-439' visibility='default' filepath='../../.././libs…
|