X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=f7e7e5ea0febd7251ff91e49654807ed9e437a95;hb=11270ed797bd19f432589cdc7b01688ef924dd34;hp=21fed0c16950195e1692af65db0d540b960b9b7d;hpb=a4090d03cc1a5f5bca8f10986d74b76a9bb45371;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;