fix sleeping bug
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index cabd9904eb2d5bf64dc667c6ab78c33a2e4897f2..b81858c87f6a815c2ea4d58c5fc46f2562d72534 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, ...);