Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc231 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 Dgtest-port.cc115 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 Dcl_dispatcher.c159 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 Dcl_dispatcher.h399 IN const uint32_t thread_count, IN const char *const name);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 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 Dtsan_interface.h120 int *mutex_count, int *thread_count,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td183 // thread_count = (input >> bitoffset) & 0x7f;