/external/llvm-project/lldb/test/API/functionalities/thread/thread_exit/ |
D | TestThreadExit.py | 69 num_threads = process.GetNumThreads() 83 new_num_threads = process.GetNumThreads() 97 new_num_threads = process.GetNumThreads() 111 new_num_threads = process.GetNumThreads()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | eigen_support.cc | 35 int GetNumThreads(int num_threads) { in GetNumThreads() function 113 const int target_num_threads = GetNumThreads(num_threads); in SetNumThreads() 141 SetEigenNbThreads(GetNumThreads(context->recommended_num_threads)); in Refresh()
|
/external/llvm-project/lldb/source/API/ |
D | SBQueue.cpp | 135 uint32_t GetNumThreads() { in GetNumThreads() function in lldb_private::QueueImpl 287 uint32_t SBQueue::GetNumThreads() { in GetNumThreads() function in SBQueue 288 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBQueue, GetNumThreads); in GetNumThreads() 290 return m_opaque_sp->GetNumThreads(); in GetNumThreads() 348 LLDB_REGISTER_METHOD(uint32_t, SBQueue, GetNumThreads, ()); in RegisterMethods()
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/wow64_minidump/ |
D | TestWow64MiniDump.py | 30 self.assertEqual(process.GetNumThreads(), 1) 54 self.assertGreaterEqual(process.GetNumThreads(), 1)
|
/external/llvm-project/lldb/test/API/macosx/safe-to-func-call/ |
D | TestSafeFuncCalls.py | 34 process.GetNumThreads(), 2, 39 for idx in range(0, process.GetNumThreads()):
|
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/ |
D | TestCreateDuringInstructionStep.py | 53 process.GetNumThreads(), 58 while process.GetNumThreads() < 2:
|
/external/llvm-project/lldb/test/API/macosx/queues/ |
D | TestQueues.py | 72 if (queue.GetNumThreads() != number_threads): 76 queue.GetNumThreads() == number_threads, 80 queue.GetNumThreads())) 101 for idx in range(0, queue.GetNumThreads()): 325 if q.GetNumThreads() == 0:
|
/external/llvm-project/lldb/test/API/functionalities/thread/num_threads/ |
D | TestNumThreads.py | 55 num_threads = process.GetNumThreads() 85 num_threads = process.GetNumThreads()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 134 GetNumThreads (); 463 return int(self.sbprocess.GetNumThreads()) 489 return self.GetNumThreads() 499 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
|
D | SBQueue.i | 57 GetNumThreads ();
|
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/ |
D | TestExitDuringStep.py | 80 num_threads = process.GetNumThreads() 131 new_num_threads = process.GetNumThreads()
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
D | TestMiniDumpNew.py | 83 self.assertEqual(self.process.GetNumThreads(), 1) 121 self.assertEqual(self.process.GetNumThreads(), 1) 134 self.assertEqual(self.process.GetNumThreads(), 1) 156 self.assertEqual(self.process.GetNumThreads(), 1) 167 self.assertEqual(self.process.GetNumThreads(), 1) 194 self.assertEqual(self.process.GetNumThreads(), 1) 261 self.assertEqual(self.process.GetNumThreads(), 1)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump/ |
D | TestMiniDump.py | 26 self.assertEqual(self.process.GetNumThreads(), 1) 37 self.assertEqual(self.process.GetNumThreads(), 1) 99 self.assertEqual(self.process.GetNumThreads(), 1)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | concurrent_base.py | 161 self.inferior_process.GetNumThreads(), 189 num_threads = self.inferior_process.GetNumThreads() 237 num_threads = self.inferior_process.GetNumThreads()
|
/external/llvm-project/lldb/test/API/functionalities/thread/create_during_step/ |
D | TestCreateDuringStep.py | 105 num_threads = process.GetNumThreads() 138 num_threads = process.GetNumThreads()
|
/external/llvm-project/lldb/test/API/macosx/thread-names/ |
D | TestInterruptThreadNames.py | 49 for idx in range(0, process.GetNumThreads()): 130 process.GetNumThreads() == 3,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBQueue.h | 45 uint32_t GetNumThreads();
|
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_break/ |
D | TestExitDuringBreak.py | 50 num_threads = process.GetNumThreads()
|
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | TestStopPCs.py | 41 self.assertEqual(process.GetNumThreads(), 2)
|
D | TestThreadSelectionBug.py | 24 self.assertEqual(process.GetNumThreads(), 3)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/mach-core/ |
D | TestMachCore.py | 43 self.assertEqual(process.GetNumThreads(), 3)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/gcore/ |
D | TestGCore.py | 37 self.assertEqual(process.GetNumThreads(), 3)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | meta_support.h | 40 int GetNumThreads();
|
/external/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/ |
D | TestNoReturnModuleEnd.py | 22 self.assertEqual(process.GetNumThreads(), 1)
|
/external/llvm-project/lldb/test/API/functionalities/thread/multi_break/ |
D | TestMultipleBreakpoints.py | 58 num_threads = process.GetNumThreads()
|