Implement timedwait
[c11tester.git] / execution.h
index 76f0e4e16396281089cb8f5d0bb1fb32cb696015..82d629ce31a808b2cb07353d914e1ae4ecd42c91 100644 (file)
@@ -99,9 +99,8 @@ public:
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;
-       bool mo_may_allow(const ModelAction *writer, const ModelAction *reader);
-       bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
-       void wake_up_sleeping_actions(ModelAction *curr);
+       bool should_wake_up(const ModelAction * asleep) const;
+       void wake_up_sleeping_actions();
        modelclock_t get_next_seq_num();
        bool next_execution();
        bool initialize_curr_action(ModelAction **curr);