projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix sleeping bug
[c11tester.git]
/
model.h
diff --git
a/model.h
b/model.h
index
cabd990
..
b81858c
100644
(file)
--- a/
model.h
+++ b/
model.h
@@
-58,7
+58,10
@@
public:
void continueExecution(Thread *old);
void finishExecution(Thread *old);
void consumeAction();
void continueExecution(Thread *old);
void finishExecution(Thread *old);
void consumeAction();
+ void chooseThread(ModelAction *act, Thread *old);
Thread * getNextThread();
Thread * getNextThread();
+ void handleChosenThread(Thread *old);
+ void handleNewValidThread(Thread *old, Thread *next);
void assert_bug(const char *msg, ...);
void assert_bug(const char *msg, ...);