X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=classlist.h;h=e74ebcf64bdbb5aace60103095d47dcf09bfd395;hp=4cd97b3753e1075094de848f59a041c288748bd9;hb=7742256df627848c1c375f979f5369a45c92057b;hpb=0a4d633bc8a0f700621ec57104267d66e5165f35 diff --git a/classlist.h b/classlist.h index 4cd97b37..e74ebcf6 100644 --- a/classlist.h +++ b/classlist.h @@ -3,6 +3,7 @@ #include #include "stl-model.h" #include "hashset.h" +#include "modeltypes.h" class ClockVector; class CycleGraph; @@ -20,13 +21,18 @@ class FuncNode; class FuncInst; class Predicate; class ConcretePredicate; +class WaitObj; +class actionlist; + +#include "actionlist.h" struct model_snapshot_members; struct bug_message; -typedef SnapList action_list_t; + +typedef SnapList simple_action_list_t; +typedef actionlist action_list_t; typedef SnapList func_id_list_t; typedef SnapList func_inst_list_t; -typedef HashTable inst_act_map_t; typedef HashSet PredSet; typedef HSIterator PredSetIter; @@ -35,6 +41,8 @@ typedef HashSet value_set_iter; typedef HashSet loc_set_t; typedef HSIterator loc_set_iter; +typedef HashSet thrd_id_set_t; +typedef HSIterator thrd_id_set_iter; extern volatile int modellock; #endif