| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index 01f52a356ef3eea212075a2023e040b2330f5825..cf32f24f66e73ac88b787a3cce8cafc5608de01f 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -142,7 +142,7 @@ class ThreadRegistry {
|
|
|
| void PruneThread(Thread* thread);
|
|
|
| - void CloseAllTimelineBlocks();
|
| + void ReclaimTimelineBlocks();
|
|
|
| struct Entry {
|
| // NOTE: |thread| is deleted automatically when the thread exits.
|
| @@ -184,10 +184,8 @@ class ThreadRegistry {
|
| return NULL;
|
| }
|
|
|
| - // Close the timeline block cache inside entry.
|
| // NOTE: Lock should be taken before this function is called.
|
| - // NOTE: Recorder lock should be taken before this function is called.
|
| - void CloseTimelineBlockLocked(Entry* entry);
|
| + void ReclaimTimelineBlockLocked(Entry* entry);
|
|
|
| // Note: Lock should be taken before this function is called.
|
| void CheckSafepointLocked();
|
|
|