model: change 'struct model_checker' to 'class ModelChecker'
[c11tester.git] / model.c
2012-03-14 Brian Norrismodel: change 'struct model_checker' to 'class ModelChe...
2012-03-13 Brian NorrisC++: cast result of malloc
2012-03-13 Brian Norristerminology - use 'thread id' instead of 'thread index'
2012-03-13 Brian Norrismodel: add thread ID assignment function
2012-03-12 Brian Norrismodel: move 'main_thread' to model_checker struct
2012-03-12 Brian Norrismodel: add global model_checker initialization
2012-03-10 Brian Norrismodel: add stub model.[hc] files