Implement timedwait
[c11tester.git] / execution.h
index 51062eae7d7a2be04511f963198834ca3c02e6b6..82d629ce31a808b2cb07353d914e1ae4ecd42c91 100644 (file)
@@ -99,7 +99,7 @@ public:
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;
-       bool should_wake_up(const Thread *thread) const;
+       bool should_wake_up(const ModelAction * asleep) const;
        void wake_up_sleeping_actions();
        modelclock_t get_next_seq_num();
        bool next_execution();