#include <basis/guards.h>#include <data_struct/amorph.cpp>#include <mechanisms/ithread.h>#include <mechanisms/time_stamp.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>#include <stdio.h>Include dependency graph for t_thread.cpp:

Go to the source code of this file.
Defines | |
| #define | PWL program_wide_logger() |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const int | MAX_SIMULTANEOUS_THREADS = 432 |
| const int | THREAD_INTERVAL = 84 |
| #define PWL program_wide_logger() |
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 85 of file t_thread.cpp.
References guards::alert_message(), amorph< contents >::borrow(), log_base::CRLF_AT_END, amorph< contents >::elements(), MAX_SIMULTANEOUS_THREADS, MINUTE_ms, NIL, log_base::NO_ENDING, PWL, SECOND_ms, SET_DEFAULT_CONSOLE_LOGGER, ithread::SLACK_INTERVAL, portable::sleep_ms(), and ithread::TIGHT_INTERVAL.
Definition at line 28 of file t_thread.cpp.
| const int MAX_SIMULTANEOUS_THREADS = 432 |
| const int THREAD_INTERVAL = 84 |
Definition at line 33 of file t_thread.cpp.
1.5.1