Searched refs:thread_count (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 231 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument 235 if (thread_count == 0) { in DeathTestThreadWarning() 238 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() 1048 const size_t thread_count = GetThreadCount(); in AssumeRole() local 1049 if (thread_count != 1) { in AssumeRole() 1050 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
|
| H A D | gtest-port.cc | 115 mach_msg_type_number_t thread_count; in GetThreadCount() local 117 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 123 sizeof(thread_t) * thread_count); in GetThreadCount() 124 return static_cast<size_t>(thread_count); in GetThreadCount()
|
| /freebsd-13.1/contrib/ofed/opensm/complib/ |
| H A D | cl_dispatcher.c | 159 IN const uint32_t thread_count, in cl_disp_init() argument 190 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count, in cl_disp_init()
|
| /freebsd-13.1/contrib/ofed/opensm/include/complib/ |
| H A D | cl_dispatcher.h | 399 IN const uint32_t thread_count, IN const char *const name);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| 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,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 183 // thread_count = (input >> bitoffset) & 0x7f;
|