model: add get_last_seq_cst_fence
[c11tester.git] / action.h
index 21fed0c16950195e1692af65db0d540b960b9b7d..66ba753b58131bdc1235bfd7276fc1416b8e22f3 100644 (file)
--- a/action.h
+++ b/action.h
@@ -93,6 +93,9 @@ public:
        bool is_lock() const;
        bool is_trylock() const;
        bool is_unlock() const;
+       bool is_wait() const;
+       bool is_notify() const;
+       bool is_notify_one() const;
        bool is_success_lock() const;
        bool is_failed_trylock() const;
        bool is_read() const;
@@ -103,6 +106,7 @@ public:
        bool is_rmw() const;
        bool is_fence() const;
        bool is_initialization() const;
+       bool is_relaxed() const;
        bool is_acquire() const;
        bool is_release() const;
        bool is_seqcst() const;