fix scheduling stuff to get nice round robin scheduler behavior...
[cdsspec-compiler.git] / schedule.h
index 121da08db05a3d0d735c4ca34926006b364c85cb..6ae2d2b53eeb354d522d9aac187c38cbdd4226b7 100644 (file)
@@ -39,6 +39,8 @@ public:
        bool is_enabled(const Thread *t) const;
        bool is_enabled(thread_id_t tid) const;
        bool is_sleep_set(const Thread *t) const;
+       void set_scheduler_thread(thread_id_t tid);
+
 
        SNAPSHOTALLOC
 private: