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; |
} |