Searched refs:thread_count (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpTypes.cpp | 83 const llvm::support::ulittle32_t *thread_count; in ParseThreadList() local 84 Status error = consumeObject(data, thread_count); in ParseThreadList() 85 if (error.Fail() || *thread_count * sizeof(MinidumpThread) > data.size()) in ParseThreadList() 90 if (4 + *thread_count * sizeof(MinidumpThread) < orig_size) in ParseThreadList() 94 reinterpret_cast<const MinidumpThread *>(data.data()), *thread_count); in ParseThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 731 uint32_t thread_count = m_thread_list.GetSize(false); in EnableWatchpoint() local 732 for (uint32_t i = 0; i < thread_count; ++i) { in EnableWatchpoint() 777 uint32_t thread_count = m_thread_list.GetSize(false); in DisableWatchpoint() local 778 for (uint32_t i = 0; i < thread_count; ++i) { in DisableWatchpoint() 872 uint32_t thread_count = m_thread_list.GetSize(false); in IsAThreadRunning() local 873 for (uint32_t i = 0; i < thread_count; ++i) { in IsAThreadRunning()
|
| /freebsd-12.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-12.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-12.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-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cc | 75 int *mutex_count, int *thread_count, in __tsan_get_report_data() argument 85 *thread_count = rep->threads.Size(); in __tsan_get_report_data()
|
| H A D | tsan_interface.h | 116 int *mutex_count, int *thread_count,
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 565 int thread_count; in __kmp_reset_locks_on_process_detach() local 580 thread_count = 0; in __kmp_reset_locks_on_process_detach() 595 ++thread_count; in __kmp_reset_locks_on_process_detach() 598 if (thread_count == 0) in __kmp_reset_locks_on_process_detach()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 184 // thread_count = (input >> bitoffset) & 0x7f;
|