model/schedule: comput "reduadant" measurement, print along with traces
[model-checker.git] / schedule.h
index 6ae2d2b53eeb354d522d9aac187c38cbdd4226b7..c8555b6916d9f9badc8f69d14618ec73de8ffeae 100644 (file)
@@ -39,9 +39,9 @@ public:
        bool is_enabled(const Thread *t) const;
        bool is_enabled(thread_id_t tid) const;
        bool is_sleep_set(const Thread *t) const;
+       bool all_threads_sleeping() const;
        void set_scheduler_thread(thread_id_t tid);
 
-
        SNAPSHOTALLOC
 private:
        /** The list of available Threads that are not currently running */