Searched refs:TestFunc2 (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tests/
H A DExampleTest.h15 void TestFunc2(); // num *= 2
H A DExampleTest.cpp27 caller->addThread("B", &ExampleTest::TestFunc2);
41 caller->addThread("GoodThread2", &ExampleTest::TestFunc2);
47 suite->addTest(new CppUnit::TestCaller<ExampleTest>("ExampleTests::SingleThreaded Test #2", &ExampleTest::TestFunc2));
68 ExampleTest::TestFunc2() { function in class:ExampleTest

Completed in 37 milliseconds