X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=f742ddc62854a79fd2f2aff3721914781f115b36;hb=ecba3e5519898cbf612e7d4e2eaef63d1d8af7d3;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);