Searched refs:theTest (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DDestructionTest1.cpp124 DestructionTest1 *theTest = new DestructionTest1("Benaphore", true); local
125 DestructionTest1Caller *threadedTest1 = new DestructionTest1Caller("BLocker::Destruction Test #1 (benaphore)", theTest);
131 theTest = new DestructionTest1("Semaphore", false);
132 DestructionTest1Caller *threadedTest2 = new DestructionTest1Caller("BLocker::Destruction Test #1 (semaphore)", theTest);
H A DDestructionTest2.cpp127 DestructionTest2 *theTest = new DestructionTest2("Benaphore", true); local
128 DestructionTest2Caller *threadedTest1 = new DestructionTest2Caller("BLocker::Destruction Test #2 (benaphore)", theTest);
134 theTest = new DestructionTest2("Semaphore", false);
135 DestructionTest2Caller *threadedTest2 = new DestructionTest2Caller("BLocker::Destruction Test #2 (semaphore)", theTest);
H A DConcurrencyTest1.cpp84 ConcurrencyTest1 *theTest = new ConcurrencyTest1("Benaphore", true); local
85 ConcurrencyTest1Caller *threadedTest1 = new ConcurrencyTest1Caller("BLocker::Concurrency Test #1 (benaphore)", theTest);
92 theTest = new ConcurrencyTest1("Semaphore", false);
93 ConcurrencyTest1Caller *threadedTest2 = new ConcurrencyTest1Caller("BLocker::Concurrency Test #1 (semaphore)", theTest);
H A DConcurrencyTest2.cpp90 ConcurrencyTest2 *theTest = new ConcurrencyTest2("Benaphore", true); local
91 ConcurrencyTest2Caller *threadedTest1 = new ConcurrencyTest2Caller("BLocker::Concurrency Test #2 (benaphore)", theTest);
98 theTest = new ConcurrencyTest2("Semaphore", false);
99 ConcurrencyTest2Caller *threadedTest2 = new ConcurrencyTest2Caller("BLocker::Concurrency Test #2 (semaphore)", theTest);
H A DSemaphoreLockCountTest1.cpp188 SemaphoreLockCountTest1 *theTest = new SemaphoreLockCountTest1(""); local
189 SemaphoreLockCountTest1Caller *threadedTest = new SemaphoreLockCountTest1Caller("BLocker::Semaphore Lock Count Test", theTest);
H A DBenaphoreLockCountTest1.cpp207 BenaphoreLockCountTest1 *theTest = new BenaphoreLockCountTest1(""); local
209 new BThreadedTestCaller<BenaphoreLockCountTest1>("BLocker::Benaphore Lock Count Test #1", theTest);
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp88 AutolockLooperTest *theTest = new AutolockLooperTest(""); local
89 AutolockLooperTestCaller *threadedTest = new AutolockLooperTestCaller("BAutolock::Looper Test", theTest);
H A DAutolockLockerTest.cpp144 AutolockLockerTest *theTest = new AutolockLockerTest(""); local
145 AutolockLockerTestCaller *threadedTest = new AutolockLockerTestCaller("BAutolock::Locker Test", theTest);
/haiku/src/tests/kits/app/bmessagequeue/
H A DAddMessageTest1.cpp115 AddMessageTest1 *theTest = new AddMessageTest1(""); local
116 AddMessageTest1Caller *testCaller = new AddMessageTest1Caller("BMessageQueue::Add Message Test #1", theTest);
H A DConcurrencyTest1.cpp212 ConcurrencyTest1 *theTest = new ConcurrencyTest1("WithList", true); local
213 ConcurrencyTest1Caller *threadedTest1 = new ConcurrencyTest1Caller("BMessageQueue::Concurrency Test #1 (with list)", theTest);
218 theTest = new ConcurrencyTest1("WithoutList", false);
219 ConcurrencyTest1Caller *threadedTest2 = new ConcurrencyTest1Caller("BMessageQueue::Concurrency Test #1 (without list)", theTest);
H A DConcurrencyTest2.cpp252 ConcurrencyTest2 *theTest = new ConcurrencyTest2("WithUnlock", true); local
253 ConcurrencyTest2Caller *threadedTest1 = new ConcurrencyTest2Caller("BMessageQueue::Concurrency Test #2 (with unlock)", theTest);
260 theTest = new ConcurrencyTest2("WithDelete", false);
261 ConcurrencyTest2Caller *threadedTest2 = new ConcurrencyTest2Caller("BMessageQueue::Concurrency Test #2 (with delete)", theTest);
H A DFindMessageTest1.cpp115 FindMessageTest1 *theTest = new FindMessageTest1(""); local
116 FindMessageTest1Caller *testCaller = new FindMessageTest1Caller("BMessageQueue::Find Message Test", theTest);
H A DAddMessageTest2.cpp107 AddMessageTest2 *theTest = new AddMessageTest2(""); local
108 AddMessageTest2Caller *testCaller = new AddMessageTest2Caller("BMessageQueue::Add Message Test #2", theTest);
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp271 BlockCacheConcurrencyTest *theTest = new BlockCacheConcurrencyTest(""); local
272 BlockCacheConcurrencyTestCaller *threadedTest = new BlockCacheConcurrencyTestCaller("BBlockCache::Concurrency Test", theTest);

Completed in 106 milliseconds