Home
last modified time | relevance | path

Searched refs:AcquireUpdateList (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h40 std::vector<std::string>& AcquireUpdateList();
H A DThreadedTestCaller.h168 std::vector<std::string> &list = fObject->AcquireUpdateList(); in run()
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp135 BThreadedTestCase::AcquireUpdateList() { in AcquireUpdateList() function in BThreadedTestCase