X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=77db6aa79569c9611d1e296fa5fa2b4134f6e584;hb=e7e175a74d95b5ed0a50750453168275f2fa3589;hp=92592e5a8a191c2cc9421e944c32a2cc47c0eda1;hpb=f9e2e3a893918a431d3af1e6657cd08260e31941;p=model-checker.git diff --git a/model.h b/model.h index 92592e5..77db6aa 100644 --- a/model.h +++ b/model.h @@ -60,7 +60,6 @@ public: bool is_enabled(Thread *t) const; bool is_enabled(thread_id_t tid) const; - unsigned int get_num_threads() const; Thread * get_current_thread() const; void switch_from_master(Thread *thread); @@ -83,6 +82,8 @@ private: int execution_number; + unsigned int get_num_threads() const; + void execute_sleep_set(); bool next_execution();