Searched refs:LockerTestCase (Results 1 – 17 of 17) sorted by relevance
/haiku/src/tests/kits/support/blocker/ |
H A D | LockerTestCase.cpp | 21 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 D | LockerTestCase.h | 50 class LockerTestCase : public BThreadedTestCase { 58 LockerTestCase(std::string name, bool); 59 virtual ~LockerTestCase();
|
H A D | ConcurrencyTest1.h | 18 public LockerTestCase {
|
H A D | DestructionTest1.h | 16 class DestructionTest1 : public LockerTestCase {
|
H A D | DestructionTest2.h | 17 class DestructionTest2 : public LockerTestCase {
|
H A D | ConstructionTest1.h | 18 public LockerTestCase {
|
H A D | ConcurrencyTest2.h | 17 class ConcurrencyTest2 : public LockerTestCase {
|
H A D | SemaphoreLockCountTest1.h | 18 public LockerTestCase {
|
H A D | BenaphoreLockCountTest1.h | 19 class BenaphoreLockCountTest1 : public LockerTestCase {
|
H A D | ConstructionTest1.cpp | 30 LockerTestCase(name, true) in ConstructionTest1()
|
H A D | DestructionTest1.cpp | 39 LockerTestCase(name, isBenaphore) in DestructionTest1()
|
H A D | DestructionTest2.cpp | 41 LockerTestCase(name, isBenaphore) in DestructionTest2()
|
H A D | ConcurrencyTest1.cpp | 32 LockerTestCase(name, benaphoreFlag), lockTestValue(false) in ConcurrencyTest1()
|
H A D | SemaphoreLockCountTest1.cpp | 44 LockerTestCase(name, false) in SemaphoreLockCountTest1()
|
H A D | BenaphoreLockCountTest1.cpp | 48 LockerTestCase(name, true) in BenaphoreLockCountTest1()
|
H A D | ConcurrencyTest2.cpp | 40 LockerTestCase(name, benaphoreFlag), lockTestValue(false) in ConcurrencyTest2()
|
/haiku/src/tests/kits/support/ |
H A D | Jamfile | 42 LockerTestCase.cpp
|