feisty meow concerns codebase  2.140
list_manager.cpp File Reference
#include "bundle_list.h"
#include "list_manager.h"
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/mutex.h>
#include <structures/string_array.h>
Include dependency graph for list_manager.cpp:

Go to the source code of this file.

Namespaces

 synchronic
 

Macros

#define GRAB_LOCK    auto_synchronizer l(*_locking)
 
#define LOG(to_print)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print)
 

Macro Definition Documentation

◆ GRAB_LOCK

#define GRAB_LOCK    auto_synchronizer l(*_locking)

Definition at line 34 of file list_manager.cpp.

◆ LOG

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

Definition at line 38 of file list_manager.cpp.