Searched refs:thread3Lock (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest1.h26 BLocker thread3Lock; member in class:ConcurrencyTest1
H A DConcurrencyTest1.cpp112 thread3Lock.Lock();
169 BAutolock mySafetyLock(&thread3Lock);
/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.h22 BLocker thread3Lock; member in class:BenaphoreLockCountTest1
H A DSemaphoreLockCountTest1.h23 BLocker thread3Lock; member in class:SemaphoreLockCountTest1
H A DSemaphoreLockCountTest1.cpp77 * It first acquires thread2Lock and thread3Lock. This ensures
91 SafetyLock theSafetyLock3(&thread3Lock);
95 CPPUNIT_ASSERT(thread3Lock.Lock());
110 thread3Lock.Unlock();
152 * the thread3Lock. When the first thread releases it, this thread
164 CPPUNIT_ASSERT(thread3Lock.Lock());
H A DBenaphoreLockCountTest1.cpp81 * It first acquires thread2Lock and thread3Lock. This ensures
95 SafetyLock theSafetyLock3(&thread3Lock);
99 CPPUNIT_ASSERT(thread3Lock.Lock());
117 thread3Lock.Unlock();
169 * the thread3Lock. When the first thread releases it, this thread
181 CPPUNIT_ASSERT(thread3Lock.Lock());

Completed in 50 milliseconds