Home
last modified time | relevance | path

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

/haiku/src/tests/
H A DExampleTest.cpp30 caller->addThread("A", &ExampleTest::TestFunc1); in Suite()
38 caller->addThread("Thread1", &ExampleTest::TestFunc1); in Suite()
39 caller->addThread("Thread2", &ExampleTest::TestFunc1); in Suite()
40 caller->addThread("Thread3", &ExampleTest::TestFunc1); in Suite()
46 caller->addThread("GoodThread1", &ExampleTest::TestFunc1); in Suite()
53 "ExampleTests::SingleThreaded Test #1", &ExampleTest::TestFunc1)); in Suite()
65 ExampleTest::TestFunc1() in TestFunc1() function in ExampleTest
H A DExampleTest.h14 void TestFunc1(); // num += 10