Searched refs:isBenaphore (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DLockerTestCase.cpp21 LockerTestCase::LockerTestCase(std::string name, bool isBenaphore) : argument
22 BThreadedTestCase(name), theLocker(new BLocker(isBenaphore))
H A DDestructionTest1.h25 DestructionTest1(std::string name, bool isBenaphore);
H A DDestructionTest2.h21 DestructionTest2(std::string name, bool isBenaphore);
H A DDestructionTest1.cpp38 bool isBenaphore) :
39 LockerTestCase(name, isBenaphore)
37 DestructionTest1(std::string name, bool isBenaphore) argument
H A DDestructionTest2.cpp40 bool isBenaphore) :
41 LockerTestCase(name, isBenaphore)
39 DestructionTest2(std::string name, bool isBenaphore) argument

Completed in 87 milliseconds