#include "entity_data_bin.h"#include "entity_defs.h"#include "infoton.h"#include "tentacle.h"#include <basis/istring.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <data_struct/amorph.cpp>#include <mechanisms/ithread.h>Include dependency graph for tentacle.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | GRAB_CONSUMER_LOCK auto_synchronizer l(*_input_guard) |
| #define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
| #define GRAB_CONSUMER_LOCK auto_synchronizer l(*_input_guard) |
Definition at line 33 of file tentacle.cpp.
Referenced by tentacle::enqueue(), and tentacle::next_request().
| #define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
Definition at line 36 of file tentacle.cpp.
1.5.1