Searched refs:threadB (Results 1 – 4 of 4) sorted by relevance
393 SharedPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local396 threadB.start(); in SharedPtr_selfTest()399 threadB.join(); in SharedPtr_selfTest()411 WeakPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local414 threadB.start(); in SharedPtr_selfTest()417 threadB.join(); in SharedPtr_selfTest()
156 Future<Boolean> threadB = in testCycleDetectingLockFactoriesDoNotDeadlock() local175 boolean deadlockBDetected = threadB.get(DEADLOCK_TIMEOUT_SECONDS * 2, TimeUnit.SECONDS); in testCycleDetectingLockFactoriesDoNotDeadlock()
420 std::thread threadB = std::thread([&]() { in TEST_P() local447 threadB.join(); in TEST_P()692 auto threadB = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local723 threadFuncs[kMaxThreadCountMakingMapBufferCall] = std::move(threadB); in TEST_P()
421 std::thread threadB([&]() { in TEST() local429 threadB.join(); in TEST()