Home
last modified time | relevance | path

Searched refs:AutolockLooperTest (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp27 AutolockLooperTest::AutolockLooperTest(std::string name) : in AutolockLooperTest() function in AutolockLooperTest
41 AutolockLooperTest::~AutolockLooperTest() in ~AutolockLooperTest()
58 void AutolockLooperTest::TestThread1(void) in TestThread1()
83 CppUnit::Test *AutolockLooperTest::suite(void) in suite()
85 typedef BThreadedTestCaller <AutolockLooperTest > in suite()
88 AutolockLooperTest *theTest = new AutolockLooperTest(""); in suite()
90 threadedTest->addThread("A", &AutolockLooperTest::TestThread1); in suite()
H A DAutolockLooperTest.h20 class AutolockLooperTest : public BThreadedTestCase {
28 AutolockLooperTest(std::string);
29 virtual ~AutolockLooperTest();
H A DAutolockTestAddon.cpp34 testSuite->addTest(AutolockLooperTest<BAutolock, BLooper>::suite()); in addonTestFunc()
39 AutolockLooperTest<OpenBeOS::BAutolock, BLooper>::suite()); in addonTestFunc()
H A DAutolockTest.cpp15 testSuite->addTest(AutolockLooperTest::suite()); in AutolockTestSuite()
/haiku/src/tests/kits/support/
H A DJamfile29 AutolockLooperTest.cpp