Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c386 mach_msg_type_number_t thread_count; in main() local
388 kr = task_threads(task, &thread_list, &thread_count); in main()
393 printf("pid %d has %d threads\n", pid, thread_count); in main()
397 for (i = 0; i < thread_count; i++) { in main()
492 thread_count * sizeof(thread_act_t)); in main()
/openbsd-src/gnu/llvm/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.h127 int *mutex_count, int *thread_count,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp337 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList() local
339 if (!keys->ForEach(sort_keys) || sorted_threads.size() != thread_count) in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py774 def launch_with_threads(self, thread_count): argument
776 inferior_args=["thread:new"]*(thread_count-1) + ["trap"])
786 self.assertGreaterEqual(len(threads), thread_count)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp419 llvm::support::ulittle32_t thread_count = in AddThreadList() local
421 m_data.AppendData(&thread_count, sizeof(llvm::support::ulittle32_t)); in AddThreadList()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td188 // thread_count = (input >> bitoffset) & 0x7f;