Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5733aef5 authored by Miao Wang's avatar Miao Wang Committed by android-build-merger
Browse files

Merge "[RenderScript] Interrupt mMessageThread when tearing down context." am:...

Merge "[RenderScript] Interrupt mMessageThread when tearing down context." am: 9f2a1979 am: b02f7b0a
am: e41611d7

* commit 'e41611d7':
  [RenderScript] Interrupt mMessageThread when tearing down context.

Change-Id: I395e19f5f941fe59b1a23aa5fd2cfeee1eb6e41e
parents 0da03bb7 e41611d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1616,6 +1616,9 @@ public class RenderScript {

            nContextDeinitToClient(mContext);
            mMessageThread.mRun = false;
            // Interrupt mMessageThread so it gets to see immediately that mRun is false
            // and exit rightaway.
            mMessageThread.interrupt();

            // Wait for mMessageThread to join.  Try in a loop, in case this thread gets interrupted
            // during the wait.  If interrupted, set the "interrupted" status of the current thread.