Chromium Code Reviews| 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; |
| } |