|
Pol
Revision:cb584c9
|
#include "schedule.h"#include <ctime>#include "../clib/logfacility.h"#include "../clib/passert.h"#include "../clib/tracebuf.h"#include "../plib/systemstate.h"#include "globals/state.h"#include "globals/uvars.h"#include "polclock.h"#include "polsig.h"#include "profile.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| static void | Pol::Core::add_task (ScheduledTask *task) |
| polclock_t | Pol::Core::calc_scheduler_clocksleft (polclock_t now) |
| void | Pol::Core::check_scheduled_tasks (polclock_t *clocksleft, bool *pactivity) |
Definition in file schedule.cpp.