Home
last modified time | relevance | path

Searched refs:threadB (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.cpp397 SharedPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local
400 threadB.start(); in SharedPtr_selfTest()
403 threadB.join(); in SharedPtr_selfTest()
415 WeakPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local
418 threadB.start(); in SharedPtr_selfTest()
421 threadB.join(); in SharedPtr_selfTest()
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java156 Future<Boolean> threadB = in testCycleDetectingLockFactoriesDoNotDeadlock() local
175 boolean deadlockBDetected = threadB.get(DEADLOCK_TIMEOUT_SECONDS * 2, TimeUnit.SECONDS); in testCycleDetectingLockFactoriesDoNotDeadlock()