Searched refs:TestThread1 (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest1.h33 void TestThread1(void);
H A DConcurrencyTest2.h30 void TestThread1(void);
H A DConcurrencyTest1.cpp98 * Method: ConcurrencyTest1::TestThread1()
107 void ConcurrencyTest1::TestThread1(void) function in class:ConcurrencyTest1
214 threadedTest1->addThread("A", &ConcurrencyTest1::TestThread1);
220 threadedTest2->addThread("A", &ConcurrencyTest1::TestThread1);
H A DConcurrencyTest2.cpp85 * Method: ConcurrencyTest2::TestThread1()
93 void ConcurrencyTest2::TestThread1(void) function in class:ConcurrencyTest2
114 * snoozes for a short time so that TestThread1() will grab
155 * snoozes for a short time so that TestThread1() will grab
181 * Method: ConcurrencyTest2::TestThread1()
183 * snoozes for a short time so that TestThread1() will grab
209 * Method: ConcurrencyTest2::TestThread1()
211 * snoozes for a short time so that TestThread1() will grab
254 threadedTest1->addThread("A", &ConcurrencyTest2::TestThread1);
262 threadedTest2->addThread("A", &ConcurrencyTest2::TestThread1);
[all...]
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.h26 void TestThread1(void);
H A DAutolockLooperTest.h27 void TestThread1(void);
H A DAutolockLooperTest.cpp50 * Method: AutolockLooperTest::TestThread1()
58 void AutolockLooperTest::TestThread1(void) function in class:AutolockLooperTest
90 threadedTest->addThread("A", &AutolockLooperTest::TestThread1);
H A DAutolockLockerTest.cpp47 * Method: AutolockLockerTest::TestThread1()
58 void AutolockLockerTest::TestThread1(void) function in class:AutolockLockerTest
146 threadedTest->addThread("A", &AutolockLockerTest::TestThread1);
/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.h29 void TestThread1(void);
H A DDestructionTest1.h23 void TestThread1(void);
H A DDestructionTest2.h19 void TestThread1(void);
H A DSemaphoreLockCountTest1.h30 void TestThread1(void);
H A DDestructionTest1.cpp56 * Method: DestructionTest1::TestThread1()
64 void DestructionTest1::TestThread1(void) function in class:DestructionTest1
126 threadedTest1->addThread("A", &DestructionTest1::TestThread1);
133 threadedTest2->addThread("A", &DestructionTest1::TestThread1);
H A DDestructionTest2.cpp58 * Method: DestructionTest2::TestThread1()
66 void DestructionTest2::TestThread1(void) function in class:DestructionTest2
129 threadedTest1->addThread("A", &DestructionTest2::TestThread1);
136 threadedTest2->addThread("A", &DestructionTest2::TestThread1);
H A DSemaphoreLockCountTest1.cpp75 * Method: SemaphoreLockCountTest1::TestThread1()
87 void SemaphoreLockCountTest1::TestThread1(void) function in class:SemaphoreLockCountTest1
190 threadedTest->addThread("A", &SemaphoreLockCountTest1::TestThread1);
H A DBenaphoreLockCountTest1.cpp79 * Method: BenaphoreLockCountTest1::TestThread1()
91 void BenaphoreLockCountTest1::TestThread1(void) function in class:BenaphoreLockCountTest1
210 threadedTest->addThread("A", &BenaphoreLockCountTest1::TestThread1);

Completed in 111 milliseconds