feisty meow concerns codebase
2.140
|
#include "ethread.h"
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <structures/static_memory_gremlin.h>
#include <timely/time_control.h>
#include <pthread.h>
Go to the source code of this file.
Namespaces | |
processes | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
const int | processes::MAXIMUM_CREATE_ATTEMPTS = 20 |
const int | processes::MINIMUM_SLEEP_PERIOD = 10 |
const int | processes::MAXIMUM_SLEEP_PERIOD = 200 |
const int | processes::SNOOZE_FOR_RETRY = 100 |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 44 of file ethread.cpp.