diff options
Diffstat (limited to 'runtime/thread.h')
-rw-r--r-- | runtime/thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index 42b38da0b9..3b917bab9b 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -1356,6 +1356,9 @@ class Thread { WARN_UNUSED REQUIRES(Locks::thread_suspend_count_lock_); + // Runs a single checkpoint function. If there are no more pending checkpoint functions it will + // clear the kCheckpointRequest flag. The caller is responsible for calling this in a loop until + // the kCheckpointRequest flag is cleared. void RunCheckpointFunction(); void RunEmptyCheckpoint(); |