Thrill
0.1
|
#include <thrill/mem/allocator.hpp>
#include <thrill/mem/pool.hpp>
#include <tlx/logger.hpp>
#include <tlx/logger/array.hpp>
#include <tlx/logger/tuple.hpp>
#include <tlx/meta/call_foreach_tuple.hpp>
Go to the source code of this file.
Namespaces | |
thrill | |
thrill::common | |
Contains many common tools and helpers shared by higher layers. See common. | |
Macros | |
#define | THRILL_COMMON_LOGGER_HEADER |
Functions | |
std::string | GetNameForThisThread () |
Returns the name of the current thread or 'unknown [id]'. More... | |
void | NameThisThread (const std::string &name) |
Defines a name for the current thread, only if no name was set previously. More... | |
#define THRILL_COMMON_LOGGER_HEADER |
Definition at line 15 of file logger.hpp.