commit | 08f5382c16276c5d049fcf75d97ef8c4d4f296fb | [log] [tgz] |
---|---|---|
author | Jason Macnak <[email protected]> | Thu Jul 27 09:50:27 2023 -0700 |
committer | Jason Macnak <[email protected]> | Mon Sep 11 12:15:13 2023 -0700 |
tree | 1d8b8acd04369ce26cd06ffa039fd1bac0951240 | |
parent | d89ae47a5226bc14008a207b33a9c3b99b3eeb3e [diff] [blame] |
Wait for clean up worker thread to finish in stop() ... so that previous tests fully clean up before the next tests start up. Bug: b/292257025 Test: atest --host GfxstreamEnd2EndTests Change-Id: I038512f85c6573d337fef5ce9292c1f27c4821ea
diff --git a/host/RendererImpl.cpp b/host/RendererImpl.cpp index 9e8ec87..cf45efa 100644 --- a/host/RendererImpl.cpp +++ b/host/RendererImpl.cpp
@@ -88,6 +88,7 @@ void stop() { mCleanupWorker.enqueue(Exit{}); + mCleanupWorker.join(); } void waitForCleanup() {