Home
last modified time | relevance | path

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