Searched refs:thread_count (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc227 // caller not to pass a thread_count of 1.
228 static std::string DeathTestThreadWarning(size_t thread_count) { argument
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);
H A Dgtest-port.cc119 mach_msg_type_number_t thread_count; local
121 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
127 sizeof(thread_t) * thread_count);
128 return static_cast<size_t>(thread_count);
/gem5/src/cpu/o3/
H A Diew_impl.hh697 unsigned thread_count = skidBuffer[tid].size(); local
698 if (max < thread_count)
699 max = thread_count;

Completed in 10 milliseconds