Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.cpp393 SharedPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local
396 threadB.start(); in SharedPtr_selfTest()
399 threadB.join(); in SharedPtr_selfTest()
411 WeakPtrTestThread threadB(ptr, exists); in SharedPtr_selfTest() local
414 threadB.start(); in SharedPtr_selfTest()
417 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()
/external/angle/src/tests/egl_tests/
DEGLMultiContextTest.cpp420 std::thread threadB = std::thread([&]() { in TEST_P() local
447 threadB.join(); in TEST_P()
692 auto threadB = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local
723 threadFuncs[kMaxThreadCountMakingMapBufferCall] = std::move(threadB); in TEST_P()
/external/pytorch/aten/src/ATen/test/
Dcuda_stream_test.cpp421 std::thread threadB([&]() { in TEST() local
429 threadB.join(); in TEST()