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

Commit 428a59d9 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fix race in AudioTrack destruction" into jb-dev

parents 95c157cc f4022f90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1461,7 +1461,7 @@ void AudioTrack::AudioTrackThread::requestExit()
{
    // must be in this order to avoid a race condition
    Thread::requestExit();
    mMyCond.signal();
    resume();
}

void AudioTrack::AudioTrackThread::pause()