diff options
| author | 2025-02-13 09:51:59 -0800 | |
|---|---|---|
| committer | 2025-02-13 09:51:59 -0800 | |
| commit | b63a35a0495ea4beaa36aad7d81728daacee3be4 (patch) | |
| tree | 927434a6af8e67a0a9fc2110baff1179effaa646 /runtime/runtime.h | |
| parent | f372cafe7f8d79c7d867b7376c0f0f6056edecc1 (diff) | |
| parent | 4bcbbe50ab5c85c5b988fe8bcf46895c850cc4ca (diff) | |
Extend suspend timeout for debug activities am: 4bcbbe50ab
Original change: https://android-review.googlesource.com/c/platform/art/+/3463910
Change-Id: Ie15b71b367e6b82ec6539b6098a553b80ce2b6b6
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.h | 2 |
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); |