Implement spurious wakeup for ATOMIC_WAIT
[c11tester.git] / execution.h
index 31e9810ef40149fdd2003cc6fd78744cf9675b14..51062eae7d7a2be04511f963198834ca3c02e6b6 100644 (file)
@@ -99,8 +99,8 @@ public:
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;
-       bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
-       void wake_up_sleeping_actions(ModelAction *curr);
+       bool should_wake_up(const Thread *thread) const;
+       void wake_up_sleeping_actions();
        modelclock_t get_next_seq_num();
        bool next_execution();
        bool initialize_curr_action(ModelAction **curr);