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

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp142 * - CheckLock() is used to show that the thread does not have
168 CheckLock(0);
173 CheckLock(1);
176 CheckLock(2);
179 CheckLock(1);
184 CheckLock(0);
H A DConcurrencyTest2.cpp189 * - CheckLock() is used to show that the thread does not have
211 CheckLock(0);
216 CheckLock(1);
219 CheckLock(2);
222 CheckLock(1);
227 CheckLock(0);
H A DLockerTestCase.h46 // there is a member function called CheckLock() which ensures that
55 void CheckLock(int);
H A DLockerTestCase.cpp42 * Method: LockerTestCase::CheckLock()
55 void LockerTestCase::CheckLock(int expectedCount) function in class:LockerTestCase

Completed in 92 milliseconds