feisty meow concerns codebase
2.140
|
#include "ethread.h"
#include "thread_cabinet.h"
#include <loggers/critical_events.h>
#include <structures/amorph.h>
#include <structures/unique_id.h>
#include <timely/time_control.h>
Go to the source code of this file.
Namespaces | |
processes | |
Macros | |
#define | LOCKIT auto_synchronizer l(*_lock) |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define LOCKIT auto_synchronizer l(*_lock) |
Definition at line 24 of file thread_cabinet.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 28 of file thread_cabinet.cpp.