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

/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest1.h25 BLocker thread2Lock; member in class:ConcurrencyTest1
H A DConcurrencyTest1.cpp111 thread2Lock.Lock();
140 BAutolock mySafetyLock(&thread2Lock);
/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.h21 BLocker thread2Lock; member in class:BenaphoreLockCountTest1
H A DSemaphoreLockCountTest1.h22 BLocker thread2Lock; member in class:SemaphoreLockCountTest1
H A DSemaphoreLockCountTest1.cpp77 * It first acquires thread2Lock and thread3Lock. This ensures
90 SafetyLock theSafetyLock2(&thread2Lock);
94 CPPUNIT_ASSERT(thread2Lock.Lock());
105 thread2Lock.Unlock();
125 * the thread2Lock. When the first thread releases it, this thread
137 CPPUNIT_ASSERT(thread2Lock.Lock());
H A DBenaphoreLockCountTest1.cpp81 * It first acquires thread2Lock and thread3Lock. This ensures
94 SafetyLock theSafetyLock2(&thread2Lock);
97 CPPUNIT_ASSERT(thread2Lock.Lock());
110 thread2Lock.Unlock();
137 * the thread2Lock. When the first thread releases it, this thread
149 CPPUNIT_ASSERT(thread2Lock.Lock());

Completed in 98 milliseconds