#include "process_entry.h"#include "process_control.h"#include <basis/chaos.h>#include <basis/convert_utf.h>#include <basis/istring.h>#include <basis/log_base.h>#include <basis/portable.h>#include <basis/set.cpp>#include <basis/version_record.h>#include <opsystem/filename.h>#include <stdlib.h>#include <signal.h>#include <stdio.h>Include dependency graph for process_control.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) |
| #define | CLOSE_TMP_FILE |
| #define CLOSE_TMP_FILE |
Value:
{ \
/* continuable_error("process_control", "get_processes_with_ps", error); */ \
if (output) { \
fclose(output); \
unlink(tmpfile.s()); \
} \
}
Definition at line 481 of file process_control.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 49 of file process_control.cpp.
1.5.1