model: wake up pending (sleep-set) actions for fences
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index de1fc639e5514e190cdd7a0751b4719ac69303a6..bb548c22e85b3835da4d37f52364a231fd93a285 100644 (file)
--- a/model.h
+++ b/model.h
@@ -149,6 +149,7 @@ private:
        void set_bad_synchronization();
        bool promises_expired() const;
        void execute_sleep_set();
+       bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
        void wake_up_sleeping_actions(ModelAction *curr);
        modelclock_t get_next_seq_num();