X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=f742ddc62854a79fd2f2aff3721914781f115b36;hb=87d6ae25425840ccad0ef6edef6e279967e83be6;hp=5ec109883118af17cc3abf860594d58383ab0909;hpb=f19a959f1a76e35316df4b8dce39d17640305417;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);