int CScheduler::RunTasks(const CLinearTimeAbsolute& ltaNow) { ReadyTasks(ltaNow); if (mudconf.active_q_chunk) { return RunTasks(mudconf.active_q_chunk); } else { return RunAllTasks(); } }
int CScheduler::RunTasks(const CLinearTimeAbsolute& ltaNow) { ReadyTasks(ltaNow); return RunAllTasks(); }