diff options
Diffstat (limited to 'runtime/thread_list.h')
-rw-r--r-- | runtime/thread_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread_list.h b/runtime/thread_list.h index e98aed9c5d..1a76705f76 100644 --- a/runtime/thread_list.h +++ b/runtime/thread_list.h @@ -86,7 +86,7 @@ class ThreadList { // Run a checkpoint on threads, running threads are not suspended but run the checkpoint inside // of the suspend check. Returns how many checkpoints we should expect to run. - size_t RunCheckpoint(Closure* checkpoint_function); + size_t RunCheckpoint(Closure* checkpoint_function) LOCKS_EXCLUDED(Locks::thread_list_lock_, Locks::thread_suspend_count_lock_); |