Home
last modified time | relevance | path

Searched refs:LockerTestCase (Results 1 – 17 of 17) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DLockerTestCase.cpp21 LockerTestCase::LockerTestCase(std::string name, bool isBenaphore) : in LockerTestCase() function in LockerTestCase
34 LockerTestCase::~LockerTestCase() in ~LockerTestCase()
55 void LockerTestCase::CheckLock(int expectedCount) in CheckLock()
H A DLockerTestCase.h50 class LockerTestCase : public BThreadedTestCase {
58 LockerTestCase(std::string name, bool);
59 virtual ~LockerTestCase();
H A DConcurrencyTest1.h18 public LockerTestCase {
H A DDestructionTest1.h16 class DestructionTest1 : public LockerTestCase {
H A DDestructionTest2.h17 class DestructionTest2 : public LockerTestCase {
H A DConstructionTest1.h18 public LockerTestCase {
H A DConcurrencyTest2.h17 class ConcurrencyTest2 : public LockerTestCase {
H A DSemaphoreLockCountTest1.h18 public LockerTestCase {
H A DBenaphoreLockCountTest1.h19 class BenaphoreLockCountTest1 : public LockerTestCase {
H A DConstructionTest1.cpp30 LockerTestCase(name, true) in ConstructionTest1()
H A DDestructionTest1.cpp39 LockerTestCase(name, isBenaphore) in DestructionTest1()
H A DDestructionTest2.cpp41 LockerTestCase(name, isBenaphore) in DestructionTest2()
H A DConcurrencyTest1.cpp32 LockerTestCase(name, benaphoreFlag), lockTestValue(false) in ConcurrencyTest1()
H A DSemaphoreLockCountTest1.cpp44 LockerTestCase(name, false) in SemaphoreLockCountTest1()
H A DBenaphoreLockCountTest1.cpp48 LockerTestCase(name, true) in BenaphoreLockCountTest1()
H A DConcurrencyTest2.cpp40 LockerTestCase(name, benaphoreFlag), lockTestValue(false) in ConcurrencyTest2()
/haiku/src/tests/kits/support/
H A DJamfile42 LockerTestCase.cpp