Home
last modified time | relevance | path

Searched refs:BenaphoreLockCountTest1 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.cpp47 BenaphoreLockCountTest1::BenaphoreLockCountTest1(std::string name) : in BenaphoreLockCountTest1() function in BenaphoreLockCountTest1
59 BenaphoreLockCountTest1::~BenaphoreLockCountTest1() in ~BenaphoreLockCountTest1()
71 bool BenaphoreLockCountTest1::CheckLockRequests(int expected) in CheckLockRequests()
91 void BenaphoreLockCountTest1::TestThread1(void) in TestThread1()
143 void BenaphoreLockCountTest1::TestThread2(void) in TestThread2()
175 void BenaphoreLockCountTest1::TestThread3(void) in TestThread3()
205 CppUnit::Test *BenaphoreLockCountTest1::suite(void) in suite()
207 BenaphoreLockCountTest1 *theTest = new BenaphoreLockCountTest1(""); in suite()
208 BThreadedTestCaller<BenaphoreLockCountTest1> *threadedTest = in suite()
209 …new BThreadedTestCaller<BenaphoreLockCountTest1>("BLocker::Benaphore Lock Count Test #1", theTest); in suite()
[all …]
H A DBenaphoreLockCountTest1.h19 class BenaphoreLockCountTest1 : public LockerTestCase {
32 BenaphoreLockCountTest1(std::string);
33 virtual ~BenaphoreLockCountTest1();
H A DLockerTest.cpp42 testSuite->addTest(BenaphoreLockCountTest1::suite()); in LockerTestSuite()
/haiku/src/tests/kits/support/
H A DJamfile36 BenaphoreLockCountTest1.cpp