#include "ithread.h"#include "time_stamp.h"#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <basis/log_base.h>#include <basis/portable.h>#include <data_struct/static_memory_gremlin.h>#include <pthread.h>Include dependency graph for ithread.cpp:

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

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | MAXIMUM_CREATE_ATTEMPTS = 20 |
| const int | MINIMUM_SLEEP_PERIOD = 10 |
| const int | MAXIMUM_SLEEP_PERIOD = 200 |
| const int | SNOOZE_FOR_RETRY = 100 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 41 of file ithread.cpp.
| const int MAXIMUM_CREATE_ATTEMPTS = 20 |
| const int MAXIMUM_SLEEP_PERIOD = 200 |
Definition at line 50 of file ithread.cpp.
| const int MINIMUM_SLEEP_PERIOD = 10 |
| const int SNOOZE_FOR_RETRY = 100 |
1.5.1