Home
last modified time | relevance | path

Searched refs:THREAD_COUNT (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemote_qThreadStopInfo.py8 THREAD_COUNT = 5 variable in TestGdbRemote_qThreadStopInfo
58 _, threads = self.launch_with_threads(self.THREAD_COUNT)
63 self.assertGreaterEqual(len(stop_replies), self.THREAD_COUNT)
65 self.assertEqual(len(stop_replies), self.THREAD_COUNT)
102 self.assertGreaterEqual(no_stop_reason_count, self.THREAD_COUNT - 1)
104 self.assertEqual(no_stop_reason_count, self.THREAD_COUNT - 1)
/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dmtx_test.cpp139 static constexpr int THREAD_COUNT = 10; variable
166 thrd_t waiters[THREAD_COUNT]; in multiple_waiters()
167 for (int i = 0; i < THREAD_COUNT; ++i) { in multiple_waiters()
175 if (wait_count == THREAD_COUNT) { in multiple_waiters()
185 for (int i = 0; i < THREAD_COUNT; ++i) { in multiple_waiters()
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp132 static constexpr int THREAD_COUNT = 10; variable
159 pthread_t waiters[THREAD_COUNT]; in multiple_waiters()
160 for (int i = 0; i < THREAD_COUNT; ++i) { in multiple_waiters()
168 if (wait_count == THREAD_COUNT) { in multiple_waiters()
178 for (int i = 0; i < THREAD_COUNT; ++i) { in multiple_waiters()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py134 self.assertEqual(process.GetNumThreads(), self.THREAD_COUNT)
147 THREAD_COUNT = 1 variable in NetBSD1LWPCoreTestCase
171 THREAD_COUNT = 2 variable in NetBSD2LWPT2CoreTestCase
201 THREAD_COUNT = 2 variable in NetBSD2LWPProcessSigCoreTestCase