Searched refs:lockTestValue (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.h21 bool lockTestValue; member in class:ConcurrencyTest1
H A DConcurrencyTest1.cpp32 LockerTestCase(name, benaphoreFlag), lockTestValue(false)
52 * testing. It just sets the "lockTestValue" flag to false. This
60 lockTestValue = false;
146 * lockTestValue.
153 * testing lockTestValue.
171 CPPUNIT_ASSERT(!lockTestValue);
172 lockTestValue = true;
181 CPPUNIT_ASSERT(lockTestValue);
182 lockTestValue = false;
H A DConcurrencyTest2.cpp40 LockerTestCase(name, benaphoreFlag), lockTestValue(false)
60 * testing. It just sets the "lockTestValue" flag to false. This
68 lockTestValue = false;
193 * lockTestValue.
200 * testing lockTestValue.
214 CPPUNIT_ASSERT(!lockTestValue);
215 lockTestValue = true;
224 CPPUNIT_ASSERT(lockTestValue);
225 lockTestValue = false;
H A DConcurrencyTest2.h19 bool lockTestValue; member in class:ConcurrencyTest2

Completed in 39 milliseconds