summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-06-28 00:26:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-28 00:26:24 +0000
commit8a56df6825b5042503d74d690071c4bca9db91f2 (patch)
treec705bf113520759932f2f648ca9bd22ab2391e2c /libs/binder/ProcessState.cpp
parent80929273e44162eb8ad2a30eaa8926b6197d578a (diff)
parent1d46f58320055b7aad551b92827bf3405258f25e (diff)
Merge "Migrate from libutils SystemClock.h to std::chrono" into main
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r--libs/binder/ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index ad5a6b32b6..5de152a42a 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -555,7 +555,7 @@ ProcessState::ProcessState(const char* driver)
mMaxThreads(DEFAULT_MAX_BINDER_THREADS),
mCurrentThreads(0),
mKernelStartedThreads(0),
- mStarvationStartTimeMs(0),
+ mStarvationStartTime(never()),
mForked(false),
mThreadPoolStarted(false),
mThreadPoolSeq(1),