X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=f7e7e5ea0febd7251ff91e49654807ed9e437a95;hb=d2cbbe4ce6d8f6e1aa23b8fe639ed58edf1789b7;hp=21fed0c16950195e1692af65db0d540b960b9b7d;hpb=88e6ab1f325b2b67695f20954b5d1f1746d13c8a;p=model-checker.git diff --git a/action.h b/action.h index 21fed0c..f7e7e5e 100644 --- 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;