Home
last modified time | relevance | path

Searched refs:threadedTest2 (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest2.cpp261 …ConcurrencyTest2Caller *threadedTest2 = new ConcurrencyTest2Caller("BMessageQueue::Concurrency Tes… in suite() local
262 threadedTest2->addThread("A", &ConcurrencyTest2::TestThread1); in suite()
263 threadedTest2->addThread("B", &ConcurrencyTest2::TestThread2); in suite()
264 threadedTest2->addThread("C", &ConcurrencyTest2::TestThread3); in suite()
265 threadedTest2->addThread("D", &ConcurrencyTest2::TestThread4); in suite()
266 threadedTest2->addThread("E", &ConcurrencyTest2::TestThread5); in suite()
269 testSuite->addTest(threadedTest2); in suite()
H A DConcurrencyTest1.cpp219 …ConcurrencyTest1Caller *threadedTest2 = new ConcurrencyTest1Caller("BMessageQueue::Concurrency Tes… in suite() local
220 threadedTest2->addThread("A", &ConcurrencyTest1::TestThread1); in suite()
221 threadedTest2->addThread("B", &ConcurrencyTest1::TestThread2); in suite()
222 threadedTest2->addThread("C", &ConcurrencyTest1::TestThread3); in suite()
225 testSuite->addTest(threadedTest2); in suite()
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp93 …ConcurrencyTest1Caller *threadedTest2 = new ConcurrencyTest1Caller("BLocker::Concurrency Test #1 (… in suite() local
94 threadedTest2->addThread("A", &ConcurrencyTest1::TestThread); in suite()
95 threadedTest2->addThread("B", &ConcurrencyTest1::TestThread); in suite()
96 threadedTest2->addThread("C", &ConcurrencyTest1::TestThread); in suite()
99 testSuite->addTest(threadedTest2); in suite()
H A DConcurrencyTest2.cpp99 …ConcurrencyTest2Caller *threadedTest2 = new ConcurrencyTest2Caller("BLocker::Concurrency Test #2 (… in suite() local
100 threadedTest2->addThread("Acquire", &ConcurrencyTest2::AcquireThread); in suite()
101 threadedTest2->addThread("Timeout1", &ConcurrencyTest2::TimeoutThread); in suite()
102 threadedTest2->addThread("Timeout2", &ConcurrencyTest2::TimeoutThread); in suite()
105 testSuite->addTest(threadedTest2); in suite()
H A DDestructionTest1.cpp132 …DestructionTest1Caller *threadedTest2 = new DestructionTest1Caller("BLocker::Destruction Test #1 (… in suite() local
133 threadedTest2->addThread("A", &DestructionTest1::TestThread1); in suite()
134 threadedTest2->addThread("B", &DestructionTest1::TestThread2); in suite()
137 testSuite->addTest(threadedTest2); in suite()
H A DDestructionTest2.cpp135 …DestructionTest2Caller *threadedTest2 = new DestructionTest2Caller("BLocker::Destruction Test #2 (… in suite() local
136 threadedTest2->addThread("A", &DestructionTest2::TestThread1); in suite()
137 threadedTest2->addThread("B", &DestructionTest2::TestThread2); in suite()
140 testSuite->addTest(threadedTest2); in suite()