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

/haiku-fatelf/src/tests/
H A DExampleTest.cpp26 caller->addThread("A", &ExampleTest::TestFunc1);
33 caller->addThread("Thread1", &ExampleTest::TestFunc1);
34 caller->addThread("Thread2", &ExampleTest::TestFunc1);
35 caller->addThread("Thread3", &ExampleTest::TestFunc1);
40 caller->addThread("GoodThread1", &ExampleTest::TestFunc1);
46 suite->addTest(new CppUnit::TestCaller<ExampleTest>("ExampleTests::SingleThreaded Test #1", &ExampleTest::TestFunc1));
55 ExampleTest::TestFunc1() { function in class:ExampleTest
H A DExampleTest.h14 void TestFunc1(); // num += 10

Completed in 35 milliseconds