feisty meow concerns codebase  2.140
process_control.cpp File Reference
#include "process_entry.h"
#include "process_control.h"
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/utf_conversion.h>
#include <configuration/application_configuration.h>
#include <filesystem/filename.h>
#include <loggers/program_wide_logger.h>
#include <loggers/standard_log_base.h>
#include <mathematics/chaos.h>
#include <structures/set.h>
#include <structures/version_record.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
Include dependency graph for process_control.cpp:

Go to the source code of this file.

Namespaces

 processes
 

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define CLOSE_TEMPORARY_FILE
 

Macro Definition Documentation

◆ CLOSE_TEMPORARY_FILE

#define CLOSE_TEMPORARY_FILE
Value:
{ \
/* continuable_error("process_control", "get_processes_with_ps", error); */ \
if (output) { \
fclose(output); \
unlink(tmpfile.s()); \
} \
}

Definition at line 504 of file process_control.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 73 of file process_control.cpp.