Revert "libutils: Fix race condition in Thread::requestExitAndWait()"
This change turned out to be unnecessary This reverts commit 4a7f412e1d932f46f6adf079df4d9ee7279bd795.
This commit is contained in:
parent
e2a85add97
commit
fcea71a3a9
@ -799,9 +799,6 @@ void Thread::requestExit()
|
||||
|
||||
status_t Thread::requestExitAndWait()
|
||||
{
|
||||
// hold a reference so mThreadExitedCondition is not destroyed before wait() returns
|
||||
sp<Thread> strong(mHoldSelf);
|
||||
|
||||
if (mThread == getThreadId()) {
|
||||
LOGW(
|
||||
"Thread (this=%p): don't call waitForExit() from this "
|
||||
|
Loading…
Reference in New Issue
Block a user