Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: runtime/vm/thread.h

Issue 1289153002: Add test of full GC on helper thread (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comments, use Acquire method. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index bee3d9f35bc2a7bdbb9368bc1cb8a87acb9448bd..44b804013e7b6ec3c85ff4c0d8ef290d7ac88ca5 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -253,6 +253,9 @@ CACHED_CONSTANTS_LIST(DECLARE_MEMBERS)
memset(&state_, 0, sizeof(state_));
}
+ void StoreBufferRelease(bool check_threshold = true);
+ void StoreBufferAcquire();
+
void set_zone(Zone* zone) {
state_.zone = zone;
}
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698