feisty meow concerns codebase  2.140
test_break_signal.cpp File Reference
Include dependency graph for test_break_signal.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define static_class_name()   "test_break_signal"
 

Functions

void handle_break (int formal(signal))
 

Variables

const int DEFAULT_PAUSE_TIME = 1
 

Macro Definition Documentation

◆ LOG

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

Definition at line 40 of file test_break_signal.cpp.

◆ static_class_name

#define static_class_name ( )    "test_break_signal"

Function Documentation

◆ handle_break()

void handle_break ( int   formalsignal)

Definition at line 54 of file test_break_signal.cpp.

References FUNCDEF, and LOG.

Variable Documentation

◆ DEFAULT_PAUSE_TIME

const int DEFAULT_PAUSE_TIME = 1

Definition at line 44 of file test_break_signal.cpp.