SC Reads can read from things mo'd before the last sc write, they just can't happen...
[model-checker.git] / execution.h
index 2ca25131a013166b7fdc76e53f75afdc4969c888..3635657edc762879faefcfdd6c63895abec64c45 100644 (file)
@@ -132,6 +132,7 @@ private:
        bool mo_may_allow(const ModelAction *writer, const ModelAction *reader);
        bool promises_may_allow(const ModelAction *writer, const ModelAction *reader) const;
        void set_bad_synchronization();
+       void set_bad_sc_read();
        bool promises_expired() const;
        bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
        void wake_up_sleeping_actions(ModelAction *curr);