Searched refs:thread_count (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/darwin-threads/ |
| H A D | examine-threads.c | 386 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 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 | 127 int *mutex_count, int *thread_count,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 337 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 D | gdbremote_testcase.py | 774 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 D | MinidumpFileBuilder.cpp | 419 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 D | IntrinsicsAMDGPU.td | 188 // thread_count = (input >> bitoffset) & 0x7f;
|