Searched refs:BenaphoreLockCountTest1 (Results 1 – 4 of 4) sorted by relevance
47 BenaphoreLockCountTest1::BenaphoreLockCountTest1(std::string name) : in BenaphoreLockCountTest1() function in BenaphoreLockCountTest159 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 …]
19 class BenaphoreLockCountTest1 : public LockerTestCase { 32 BenaphoreLockCountTest1(std::string);33 virtual ~BenaphoreLockCountTest1();
42 testSuite->addTest(BenaphoreLockCountTest1::suite()); in LockerTestSuite()
36 BenaphoreLockCountTest1.cpp