X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=action.h;h=f742ddc62854a79fd2f2aff3721914781f115b36;hb=2d685f1dc9ae1f1ace850737196e6e40d2f9e326;hp=5ec109883118af17cc3abf860594d58383ab0909;hpb=fab8621e4bf6acafc04dbaf786e2de6263d892f6;p=model-checker.git diff --git a/action.h b/action.h index 5ec1098..f742ddc 100644 --- a/action.h +++ b/action.h @@ -125,6 +125,8 @@ public: bool is_conflicting_lock(const ModelAction *act) const; bool could_synchronize_with(const ModelAction *act) const; + Thread * get_thread_operand() const; + void create_cv(const ModelAction *parent = NULL); ClockVector * get_cv() const { return cv; } bool synchronize_with(const ModelAction *act);