Kernel Core Definitions. More...
#include "config.h"#include <algorithm>#include <cerrno>#include <cstring>#include <exception>#include <fstream>#include <functional>#include <iostream>#include <memory>#include <signal.h>#include <unistd.h>#include <scalestack/kernel/core.h>#include <scalestack/kernel/delete_pointer.h>#include <scalestack/kernel/exception.h>#include <scalestack/kernel/macros.h>#include <scalestack/kernel/log.h>#include <scalestack/kernel/module.h>Go to the source code of this file.
Namespaces | |
| namespace | scalestack |
| namespace | scalestack::kernel |
Functions | |
| void | scalestack::kernel::global_signal_handler (int signal_number) |
Variables | |
| static core * | scalestack::kernel::global_kernel_core = NULL |
Kernel Core Definitions.
Definition in file core.cc.
1.6.3