| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | gold.cc | 193 int thread_count = options.thread_count_initial(); in queue_initial_tasks() local 194 if (thread_count == 0) in queue_initial_tasks() 195 thread_count = cmdline.number_of_input_files(); in queue_initial_tasks() 196 workqueue->set_thread_count(thread_count); in queue_initial_tasks() 600 int thread_count = options.thread_count_middle(); in queue_middle_tasks() local 601 if (thread_count == 0) in queue_middle_tasks() 602 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_middle_tasks() 603 workqueue->set_thread_count(thread_count); in queue_middle_tasks() 807 int thread_count = options.thread_count_final(); in queue_final_tasks() local 808 if (thread_count == 0) in queue_final_tasks() [all …]
|
| H A D | workqueue-threads.cc | 150 Workqueue_threader_threadpool::set_thread_count(int thread_count) in set_thread_count() argument 156 this->desired_thread_count_ = thread_count; in set_thread_count()
|
| H A D | options.cc | 1251 if (this->thread_count() > 0 && this->thread_count_initial() == 0) in finalize() 1252 this->set_thread_count_initial(this->thread_count()); in finalize() 1253 if (this->thread_count() > 0 && this->thread_count_middle() == 0) in finalize() 1254 this->set_thread_count_middle(this->thread_count()); in finalize() 1255 if (this->thread_count() > 0 && this->thread_count_final() == 0) in finalize() 1256 this->set_thread_count_final(this->thread_count()); in finalize() 1267 if (this->thread_count() > 0 || this->thread_count_initial() > 0 in finalize()
|
| H A D | workqueue.cc | 109 set_thread_count(int thread_count) in set_thread_count() argument 110 { gold_assert(thread_count > 0); } in set_thread_count()
|
| H A D | options.h | 1323 DEFINE_uint(thread_count, options::TWO_DASHES, '\0', 0,
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | gold.cc | 193 int thread_count = options.thread_count_initial(); in queue_initial_tasks() local 194 if (thread_count == 0) in queue_initial_tasks() 195 thread_count = cmdline.number_of_input_files(); in queue_initial_tasks() 196 workqueue->set_thread_count(thread_count); in queue_initial_tasks() 600 int thread_count = options.thread_count_middle(); in queue_middle_tasks() local 601 if (thread_count == 0) in queue_middle_tasks() 602 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_middle_tasks() 603 workqueue->set_thread_count(thread_count); in queue_middle_tasks() 807 int thread_count = options.thread_count_final(); in queue_final_tasks() local 808 if (thread_count == 0) in queue_final_tasks() [all …]
|
| H A D | workqueue-threads.cc | 150 Workqueue_threader_threadpool::set_thread_count(int thread_count) in set_thread_count() argument 156 this->desired_thread_count_ = thread_count; in set_thread_count()
|
| H A D | options.cc | 1251 if (this->thread_count() > 0 && this->thread_count_initial() == 0) in finalize() 1252 this->set_thread_count_initial(this->thread_count()); in finalize() 1253 if (this->thread_count() > 0 && this->thread_count_middle() == 0) in finalize() 1254 this->set_thread_count_middle(this->thread_count()); in finalize() 1255 if (this->thread_count() > 0 && this->thread_count_final() == 0) in finalize() 1256 this->set_thread_count_final(this->thread_count()); in finalize() 1267 if (this->thread_count() > 0 || this->thread_count_initial() > 0 in finalize()
|
| H A D | workqueue.cc | 109 set_thread_count(int thread_count) in set_thread_count() argument 110 { gold_assert(thread_count > 0); } in set_thread_count()
|
| H A D | options.h | 1315 DEFINE_uint(thread_count, options::TWO_DASHES, '\0', 0,
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_macosx.c | 205 unsigned int thread_count; member 465 pp->thread_count, in format_next_process() 910 mp->thread_count = 0; in load_thread_info() 911 rc = task_threads(the_task, &thread_list, &(mp->thread_count)); in load_thread_info() 924 for(i = 0; i < mp->thread_count; i++) in load_thread_info() 944 …deallocate(mach_task_self(), (vm_address_t)thread_list, sizeof(thread_array_t)*(mp->thread_count)); in load_thread_info()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 240 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument 244 if (thread_count == 0) { in DeathTestThreadWarning() 247 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() 1120 const size_t thread_count = GetThreadCount(); in AssumeRole() local 1121 if (thread_count != 1) { in AssumeRole() 1122 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
|
| H A D | gtest-port.cc | 127 mach_msg_type_number_t thread_count; in GetThreadCount() local 129 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 135 sizeof(thread_t) * thread_count); in GetThreadCount() 136 return static_cast<size_t>(thread_count); in GetThreadCount()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_debugging.cc | 69 int *mutex_count, int *thread_count, in __tsan_get_report_data() argument 79 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
|
| H A D | tsan_interface.h | 116 int *mutex_count, int *thread_count,
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_debugging.cpp | 74 int *mutex_count, int *thread_count, in __tsan_get_report_data() argument 84 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
|
| H A D | tsan_interface.h | 120 int *mutex_count, int *thread_count,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_debugging.cc | 67 int *mutex_count, int *thread_count, in __tsan_get_report_data() argument 77 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
|
| H A D | tsan_interface.h | 114 int *mutex_count, int *thread_count,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 183 // thread_count = (input >> bitoffset) & 0x7f;
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2020 | 17915 (core_target_open): Adjust add_thread_silent and thread_count 17947 (thread_count): Add process_stratum_target parameter. 18266 (find_thread_ptid, thread_count, in_thread_list)
|
| H A D | ChangeLog-2008 | 6513 * thread.c (thread_count): New. 6516 * gdbthread.h (thread_count): Declare.
|
| H A D | ChangeLog-2018 | 1029 (thread_count): Use all_threads and std::distance.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2008 | 6513 * thread.c (thread_count): New. 6516 * gdbthread.h (thread_count): Declare.
|
| H A D | ChangeLog-2018 | 1029 (thread_count): Use all_threads and std::distance.
|