/haiku/src/tests/kits/support/blocker/ |
H A D | DestructionTest1.cpp | 124 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 D | DestructionTest2.cpp | 127 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 D | ConcurrencyTest1.cpp | 84 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 D | ConcurrencyTest2.cpp | 90 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 D | SemaphoreLockCountTest1.cpp | 188 SemaphoreLockCountTest1 *theTest = new SemaphoreLockCountTest1(""); in suite() local 189 …r *threadedTest = new SemaphoreLockCountTest1Caller("BLocker::Semaphore Lock Count Test", theTest); in suite()
|
H A D | BenaphoreLockCountTest1.cpp | 207 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 D | ConcurrencyTest1.cpp | 212 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 D | ConcurrencyTest2.cpp | 252 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 D | AddMessageTest1.cpp | 115 AddMessageTest1 *theTest = new AddMessageTest1(""); in suite() local 116 …Test1Caller *testCaller = new AddMessageTest1Caller("BMessageQueue::Add Message Test #1", theTest); in suite()
|
H A D | FindMessageTest1.cpp | 115 FindMessageTest1 *theTest = new FindMessageTest1(""); in suite() local 116 …eTest1Caller *testCaller = new FindMessageTest1Caller("BMessageQueue::Find Message Test", theTest); in suite()
|
H A D | AddMessageTest2.cpp | 107 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 D | AutolockLooperTest.cpp | 88 AutolockLooperTest *theTest = new AutolockLooperTest(""); in suite() local 89 …ckLooperTestCaller *threadedTest = new AutolockLooperTestCaller("BAutolock::Looper Test", theTest); in suite()
|
H A D | AutolockLockerTest.cpp | 144 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 D | BlockCacheConcurrencyTest.cpp | 271 BlockCacheConcurrencyTest *theTest = new BlockCacheConcurrencyTest(""); in suite() local 272 …ller *threadedTest = new BlockCacheConcurrencyTestCaller("BBlockCache::Concurrency Test", theTest); in suite()
|