X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=model.h;h=de1fc639e5514e190cdd7a0751b4719ac69303a6;hp=56d86acc98e022bcb65d91cd9a922201b6d5f00f;hb=5fa2efec1354b2781ff0b29460ec8e9b8fa75991;hpb=25728e9ac2afc0ecfb23259a6cee27a309027f4f;ds=sidebyside diff --git a/model.h b/model.h index 56d86acc..de1fc639 100644 --- a/model.h +++ b/model.h @@ -167,6 +167,7 @@ private: Thread * take_step(ModelAction *curr); void check_recency(ModelAction *curr, const ModelAction *rf); + ModelAction * get_last_fence_conflict(ModelAction *act) const; ModelAction * get_last_conflict(ModelAction *act) const; void set_backtracking(ModelAction *act); Thread * get_next_thread(ModelAction *curr);