#include <basis/chaos.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <basis/mutex.h>#include <basis/set.cpp>#include <data_struct/amorph.cpp>#include <mechanisms/ithread.h>#include <mechanisms/safe_roller.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <opsystem/path_configuration.h>#include <data_struct/static_memory_gremlin.h>#include <scheduling/schedulable.h>#include <scheduling/schedule_actor.h>#include <scheduling/scheduler.h>Include dependency graph for t_scheduler.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
Functions | |
| safe_roller & | identor () |
Variables | |
| const int | DEFAULT_FISH = 64 |
| const int | DEFAULT_RUN_TIME = 142 * SECOND_ms |
| int | concurrent_biters = 0 |
| const int | LOWER_SLEEP = 0 |
| const int | HIGHER_SLEEP = 82 |
| chaos | rando |
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 47 of file t_scheduler.cpp.
| safe_roller& identor | ( | ) |
Definition at line 51 of file t_scheduler.cpp.
| int concurrent_biters = 0 |
Definition at line 40 of file t_scheduler.cpp.
| const int DEFAULT_FISH = 64 |
Definition at line 34 of file t_scheduler.cpp.
| const int DEFAULT_RUN_TIME = 142 * SECOND_ms |
Definition at line 37 of file t_scheduler.cpp.
| const int HIGHER_SLEEP = 82 |
Definition at line 45 of file t_scheduler.cpp.
| const int LOWER_SLEEP = 0 |
Definition at line 44 of file t_scheduler.cpp.
Definition at line 49 of file t_scheduler.cpp.
1.5.1