From 865150b6ce960af967ef0dddfddb93b2bdfffaa1 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 24 May 2021 19:56:04 +0000 Subject: Revert "binder: race condition by parcel finalize" Revert submission 1553275-Bug139327211_V5 Reason for revert: causing a different race condition? b/187218964 Reverted Changes: I9345f4439:binder: race condition by parcel finalize Ib06e38e22:binder: race condition by parcel finalize Change-Id: Ic83ad85441d310aa272b462f8b5c46735c6378b5 --- libs/binder/IPCThreadState.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/binder/IPCThreadState.cpp') diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index e933f7ef4c..fa9f3a9749 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -641,12 +641,6 @@ void IPCThreadState::processPostWriteDerefs() mPostWriteStrongDerefs.clear(); } -void IPCThreadState::createTransactionReference(RefBase* ref) -{ - ref->incStrong(mProcess.get()); - mPostWriteStrongDerefs.push(ref); -} - void IPCThreadState::joinThreadPool(bool isMain) { LOG_THREADPOOL("**** THREAD %p (PID %d) IS JOINING THE THREAD POOL\n", (void*)pthread_self(), getpid()); -- cgit v1.2.3-59-g8ed1b