summaryrefslogtreecommitdiff
path: root/ProcessState.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-10-01 23:49:45 +0000
committerSteven Moreland <smoreland@google.com>2020-10-01 23:49:45 +0000
commit87db54cf6a66dacd67d9e900c3fe37c1ff8522d4 (patch)
treefdc768807104cfa8e08b6ca09ac7de2d0c49a687 /ProcessState.cpp
parentea75dfb0735429f0b85ee8210ecff8d729a5197d (diff)
downloadlibhwbinder-87db54cf6a66dacd67d9e900c3fe37c1ff8522d4.tar.gz
hwbinder: remove blockUntilThreadAvailable
There are performance problems associated with it, and it is completely unused here, so removing. Bug: 168806193 Test: N/A Change-Id: Iea8fef19fd7f7a6ff0fff413c9ff1b06b4349f29
Diffstat (limited to 'ProcessState.cpp')
-rw-r--r--ProcessState.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ProcessState.cpp b/ProcessState.cpp
index bf54485..91aaed4 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -443,7 +443,6 @@ ProcessState::ProcessState(size_t mmapSize)
: mDriverFD(open_driver())
, mVMStart(MAP_FAILED)
, mThreadCountLock(PTHREAD_MUTEX_INITIALIZER)
- , mThreadCountDecrement(PTHREAD_COND_INITIALIZER)
, mExecutingThreadsCount(0)
, mMaxThreads(DEFAULT_MAX_BINDER_THREADS)
, mStarvationStartTimeMs(0)