fix sleeping bug
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index dc36eb6339f8dc3d3d13d6908500858bf4d45d27..b81858c87f6a815c2ea4d58c5fc46f2562d72534 100644 (file)
--- a/model.h
+++ b/model.h
@@ -58,6 +58,10 @@ public:
        void continueExecution(Thread *old);
        void finishExecution(Thread *old);
        void consumeAction();
+       void chooseThread(ModelAction *act, Thread *old);
+       Thread * getNextThread();
+       void handleChosenThread(Thread *old);
+       void handleNewValidThread(Thread *old, Thread *next);
 
        void assert_bug(const char *msg, ...);