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

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: Address comments. 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
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index 69cc4ecd17b2f70a429bd02bd899675a274b5496..2a4d55e4504ef6cf3592fe506d2fb991e61e669d 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -246,6 +246,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') | runtime/vm/thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698