Searched refs:addThread (Results 1 - 21 of 21) sorted by relevance

/haiku/src/tests/
H A DExampleTest.cpp30 caller->addThread("A", &ExampleTest::TestFunc1);
31 caller->addThread("B", &ExampleTest::TestFunc2);
32 caller->addThread("C", &ExampleTest::TestFunc3);
38 caller->addThread("Thread1", &ExampleTest::TestFunc1);
39 caller->addThread("Thread2", &ExampleTest::TestFunc1);
40 caller->addThread("Thread3", &ExampleTest::TestFunc1);
46 caller->addThread("GoodThread1", &ExampleTest::TestFunc1);
47 caller->addThread("GoodThread2", &ExampleTest::TestFunc2);
48 caller->addThread("BadThread", &ExampleTest::FailureFunc);
/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest2.cpp254 threadedTest1->addThread("A", &ConcurrencyTest2::TestThread1);
255 threadedTest1->addThread("B", &ConcurrencyTest2::TestThread2);
256 threadedTest1->addThread("C", &ConcurrencyTest2::TestThread3);
257 threadedTest1->addThread("D", &ConcurrencyTest2::TestThread4);
258 threadedTest1->addThread("E", &ConcurrencyTest2::TestThread5);
262 threadedTest2->addThread("A", &ConcurrencyTest2::TestThread1);
263 threadedTest2->addThread("B", &ConcurrencyTest2::TestThread2);
264 threadedTest2->addThread("C", &ConcurrencyTest2::TestThread3);
265 threadedTest2->addThread("D", &ConcurrencyTest2::TestThread4);
266 threadedTest2->addThread("
[all...]
H A DConcurrencyTest1.cpp214 threadedTest1->addThread("A", &ConcurrencyTest1::TestThread1);
215 threadedTest1->addThread("B", &ConcurrencyTest1::TestThread2);
216 threadedTest1->addThread("C", &ConcurrencyTest1::TestThread3);
220 threadedTest2->addThread("A", &ConcurrencyTest1::TestThread1);
221 threadedTest2->addThread("B", &ConcurrencyTest1::TestThread2);
222 threadedTest2->addThread("C", &ConcurrencyTest1::TestThread3);
H A DAddMessageTest1.cpp117 testCaller->addThread("A", &AddMessageTest1::PerformTest);
H A DFindMessageTest1.cpp117 testCaller->addThread("A", &FindMessageTest1::PerformTest);
H A DAddMessageTest2.cpp109 testCaller->addThread("A", &AddMessageTest2::PerformTest);
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp86 threadedTest1->addThread("A", &ConcurrencyTest1::TestThread);
87 threadedTest1->addThread("B", &ConcurrencyTest1::TestThread);
88 threadedTest1->addThread("C", &ConcurrencyTest1::TestThread);
94 threadedTest2->addThread("A", &ConcurrencyTest1::TestThread);
95 threadedTest2->addThread("B", &ConcurrencyTest1::TestThread);
96 threadedTest2->addThread("C", &ConcurrencyTest1::TestThread);
H A DConcurrencyTest2.cpp92 threadedTest1->addThread("Acquire", &ConcurrencyTest2::AcquireThread);
93 threadedTest1->addThread("Timeout1", &ConcurrencyTest2::TimeoutThread);
94 threadedTest1->addThread("Timeout2", &ConcurrencyTest2::TimeoutThread);
100 threadedTest2->addThread("Acquire", &ConcurrencyTest2::AcquireThread);
101 threadedTest2->addThread("Timeout1", &ConcurrencyTest2::TimeoutThread);
102 threadedTest2->addThread("Timeout2", &ConcurrencyTest2::TimeoutThread);
H A DDestructionTest1.cpp126 threadedTest1->addThread("A", &DestructionTest1::TestThread1);
127 threadedTest1->addThread("B", &DestructionTest1::TestThread2);
133 threadedTest2->addThread("A", &DestructionTest1::TestThread1);
134 threadedTest2->addThread("B", &DestructionTest1::TestThread2);
H A DDestructionTest2.cpp129 threadedTest1->addThread("A", &DestructionTest2::TestThread1);
130 threadedTest1->addThread("B", &DestructionTest2::TestThread2);
136 threadedTest2->addThread("A", &DestructionTest2::TestThread1);
137 threadedTest2->addThread("B", &DestructionTest2::TestThread2);
H A DSemaphoreLockCountTest1.cpp190 threadedTest->addThread("A", &SemaphoreLockCountTest1::TestThread1);
191 threadedTest->addThread("B", &SemaphoreLockCountTest1::TestThread2);
192 threadedTest->addThread("C", &SemaphoreLockCountTest1::TestThread3);
H A DBenaphoreLockCountTest1.cpp210 threadedTest->addThread("A", &BenaphoreLockCountTest1::TestThread1);
211 threadedTest->addThread("B", &BenaphoreLockCountTest1::TestThread2);
212 threadedTest->addThread("C", &BenaphoreLockCountTest1::TestThread3);
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp173 caller->addThread("WR", &MemoryRingIOTest::WriteTest);
174 caller->addThread("RD", &MemoryRingIOTest::ReadTest);
180 caller->addThread("WR", &MemoryRingIOTest::WriteTest);
181 caller->addThread("RD", &MemoryRingIOTest::ReadTest);
187 caller->addThread("WR", &MemoryRingIOTest::WriteTest);
188 caller->addThread("RD", &MemoryRingIOTest::ReadTest);
195 caller->addThread("WR #1", &MemoryRingIOTest::BusyWriterTest);
196 caller->addThread("WR #2", &MemoryRingIOTest::BusyWriterTest);
197 caller->addThread("WR #3", &MemoryRingIOTest::BusyWriterTest);
198 caller->addThread("R
[all...]
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.cpp146 threadedTest->addThread("A", &AutolockLockerTest::TestThread1);
147 threadedTest->addThread("B", &AutolockLockerTest::TestThread2);
148 threadedTest->addThread("C", &AutolockLockerTest::TestThread3);
H A DAutolockLooperTest.cpp90 threadedTest->addThread("A", &AutolockLooperTest::TestThread1);
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp325 caller4->addThread("A",
327 caller4->addThread("B",
337 caller5->addThread("A",
339 caller5->addThread("B",
356 caller6->addThread("A",
358 caller6->addThread("B",
375 caller7->addThread("A",
377 caller7->addThread("B",
H A DLockTargetTester.cpp245 caller4->addThread("A", &LockTargetTester::LockTargetTest4A);
246 caller4->addThread("B", &LockTargetTester::LockTargetTest4B);
262 caller5->addThread("A", &LockTargetTester::LockTargetTest5A);
263 caller5->addThread("B", &LockTargetTester::LockTargetTest5B);
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp273 threadedTest->addThread("A", &BlockCacheConcurrencyTest::TestThreadObj);
274 threadedTest->addThread("B", &BlockCacheConcurrencyTest::TestThreadObj);
275 threadedTest->addThread("C", &BlockCacheConcurrencyTest::TestThreadObj);
276 threadedTest->addThread("D", &BlockCacheConcurrencyTest::TestThreadMalloc);
277 threadedTest->addThread("E", &BlockCacheConcurrencyTest::TestThreadMalloc);
278 threadedTest->addThread("F", &BlockCacheConcurrencyTest::TestThreadMalloc);
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp443 testCaller->addThread(
445 testCaller->addThread("GetTest", &HttpIntegrationTest::GetTest);
446 testCaller->addThread("GetWithBufferTest", &HttpIntegrationTest::GetWithBufferTest);
447 testCaller->addThread("HeadTest", &HttpIntegrationTest::HeadTest);
448 testCaller->addThread("NoContentTest", &HttpIntegrationTest::NoContentTest);
449 testCaller->addThread("AutoRedirectTest", &HttpIntegrationTest::AutoRedirectTest);
450 testCaller->addThread("BasicAuthTest", &HttpIntegrationTest::BasicAuthTest);
451 testCaller->addThread("StopOnErrorTest", &HttpIntegrationTest::StopOnErrorTest);
452 testCaller->addThread("RequestCancelTest", &HttpIntegrationTest::RequestCancelTest);
453 testCaller->addThread("PostTes
[all...]
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp170 testCaller.addThread("GetTest", &T::GetTest);
171 testCaller.addThread("HeadTest", &T::HeadTest);
172 testCaller.addThread("NoContentTest", &T::NoContentTest);
173 testCaller.addThread("UploadTest", &T::UploadTest);
174 testCaller.addThread("BasicAuthTest", &T::AuthBasicTest);
175 testCaller.addThread("DigestAuthTest", &T::AuthDigestTest);
176 testCaller.addThread("AutoRedirectTest", &T::AutoRedirectTest);
578 httpTestCaller->addThread("ProxyTest", &HttpTest::ProxyTest);
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h20 Each ThreadMethod added with addThread() is run in its own thread.
33 void addThread(std::string threadName, ThreadMethod method);
90 BThreadedTestCaller<TestClass, ExpectedException>::addThread(std::string threadName, ThreadMethod method) { function in class:BThreadedTestCaller
96 throw CppUnit::Exception("BThreadedTestCaller::addThread() - Attempt to add thread under duplicated name ('"

Completed in 148 milliseconds