HomeSort by relevance Sort by last modified time
    Searched refs:thread_count (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /art/compiler/driver/
compiler_driver.h 105 size_t thread_count,
411 size_t thread_count,
429 size_t thread_count,
440 size_t thread_count,
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 86 mach_msg_type_number_t thread_count; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
94 sizeof(thread_t) * thread_count);
95 return static_cast<size_t>(thread_count);
  /external/protobuf/gtest/src/
gtest-port.cc 84 mach_msg_type_number_t thread_count; local
86 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
92 sizeof(thread_t) * thread_count);
93 return static_cast<size_t>(thread_count);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 86 mach_msg_type_number_t thread_count; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
94 sizeof(thread_t) * thread_count);
95 return static_cast<size_t>(thread_count);
  /external/syslinux/com32/hdt/
hdt-cli-cpu.c 54 if (hardware->dmi.processor.thread_count != 0)
55 more_printf(" CPU Threads : %d \n", hardware->dmi.processor.thread_count);
119 if (hardware->dmi.processor.thread_count != 0)
120 more_printf("CPU Thread: %d \n", hardware->dmi.processor.thread_count);
hdt-menu-summary.c 56 if (hardware->dmi.processor.thread_count != 0)
57 sprintf(buffer, ", %d thread", hardware->dmi.processor.thread_count);
  /art/runtime/gc/collector/
mark_sweep.cc 881 size_t thread_count = GetThreadCount(paused); local
1033 size_t thread_count = GetThreadCount(false); local
1416 size_t thread_count = GetThreadCount(paused); local
    [all...]
  /art/runtime/
thread_pool.cc 184 const size_t thread_count = GetThreadCount(); local
186 const size_t active_threads = thread_count - waiting_count_;
  /external/compiler-rt/lib/tsan/rtl/
tsan_debugging.cc 66 int *mutex_count, int *thread_count,
76 *thread_count = rep->threads.Size();
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_compute.c 305 dw2 = (dev->thread_count - 1) << GEN6_VFE_DW2_MAX_THREADS__SHIFT |
323 compute->scratch_size = per_thread_size * dev->thread_count;
  /toolchain/binutils/binutils-2.27/gold/
workqueue.cc 109 set_thread_count(int thread_count)
110 { gold_assert(thread_count > 0); }
options.cc 1122 // If --thread_count is specified, it applies to
1125 if (this->thread_count() > 0 && this->thread_count_initial() == 0)
1126 this->set_thread_count_initial(this->thread_count());
1127 if (this->thread_count() > 0 && this->thread_count_middle() == 0)
1128 this->set_thread_count_middle(this->thread_count());
1129 if (this->thread_count() > 0 && this->thread_count_final() == 0)
1130 this->set_thread_count_final(this->thread_count());
1141 if (this->thread_count() > 0 || this->thread_count_initial() > 0
    [all...]
  /bionic/tools/versioner/src/
versioner.cpp 194 size_t thread_count = max_thread_count; local
233 thread_count = std::min(thread_count, jobs.size());
235 if (thread_count == 1) {
241 for (size_t i = 0; i < thread_count; ++i) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 91 mach_msg_type_number_t thread_count; local
93 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
99 sizeof(thread_t) * thread_count);
100 return static_cast<size_t>(thread_count);
gtest-death-test.cc 216 // caller not to pass a thread_count of 1.
217 static String DeathTestThreadWarning(size_t thread_count) {
221 if (thread_count == 0)
224 msg << "detected " << thread_count << " threads."; local
825 const size_t thread_count = GetThreadCount(); local
826 if (thread_count != 1) {
827 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
    [all...]
  /external/libdrm/etnaviv/
etnaviv_priv.h 58 uint32_t thread_count; member in struct:etna_specs
  /external/mesa3d/src/gtest/src/
gtest-port.cc 91 mach_msg_type_number_t thread_count; local
93 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
99 sizeof(thread_t) * thread_count);
100 return static_cast<size_t>(thread_count);
  /external/tensorflow/tensorflow/core/kernels/
topk_op_gpu.cu.cc 347 const int thread_count = blockDim.x;
352 thread_index, thread_count);
359 Entry<T>* top_k_heap = shared_entries + thread_count * k;
364 mergeShards(thread_count, k, shared_entries, top_k_heap, batch_output,
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-port.cc 91 mach_msg_type_number_t thread_count; local
93 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
99 sizeof(thread_t) * thread_count);
100 return static_cast<size_t>(thread_count);
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 105 thread_count = len(self.worker_threads)
106 logging.info('adding thread number %d' % thread_count)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 169 for (uptr i = 0; i < suspended_threads_list_.thread_count(); i++) {
185 for (uptr i = 0; i < suspended_threads_list_.thread_count(); i++)
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 262 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
341 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
  /external/syslinux/com32/modules/
dmitest.c 172 if (dmi->processor.thread_count != 0)
173 moreprintf("\tThreads Count %d\n", dmi->processor.thread_count);
  /external/googletest/googletest/src/
gtest-death-test.cc 227 // caller not to pass a thread_count of 1.
228 static std::string DeathTestThreadWarning(size_t thread_count) {
232 if (thread_count == 0)
235 msg << "detected " << thread_count << " threads."; local
834 const size_t thread_count = GetThreadCount(); local
835 if (thread_count != 1) {
836 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 227 // caller not to pass a thread_count of 1.
228 static std::string DeathTestThreadWarning(size_t thread_count) {
232 if (thread_count == 0)
235 msg << "detected " << thread_count << " threads."; local
834 const size_t thread_count = GetThreadCount(); local
835 if (thread_count != 1) {
836 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
    [all...]

Completed in 559 milliseconds

1 23 4 5