summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2025-02-13 10:59:59 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-13 10:59:59 -0800
commit35a8b07c110dcf75a0f74554d0d0ee343655abf8 (patch)
treecd0d59d26c1103bb210444d5207a947c31422dcd /runtime/runtime.h
parent155f88b8911f293d0611fc9f9c76b1b67dd046f2 (diff)
parentb63a35a0495ea4beaa36aad7d81728daacee3be4 (diff)
Extend suspend timeout for debug activities am: 4bcbbe50ab am: b63a35a049
Original change: https://android-review.googlesource.com/c/platform/art/+/3463910 Change-Id: I0ce959085b814157e74b0fb00d74468639d89aa4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index e43d1d3432..63a0707424 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -314,7 +314,7 @@ class Runtime {
void DetachCurrentThread(bool should_run_callbacks = true) REQUIRES(!Locks::mutator_lock_);
// If we are handling SIQQUIT return the time when we received it.
- std::optional<uint64_t> SiqQuitNanoTime() const;
+ std::optional<uint64_t> SigQuitNanoTime() const;
void DumpDeoptimizations(std::ostream& os);
void DumpForSigQuit(std::ostream& os);