libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
thread_api_traits_impl.hpp File Reference
#include "../core/deleter.hpp"
#include <cxxabi.h>
#include <execinfo.h>
#include <signal.h>
Include dependency graph for thread_api_traits_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd
 Parallel Pixie Dust or PPD is the name of the thread library within libjmmcg.
 

Functions

char const * jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::SIG_to_string (int signal_number) noexcept(true)
 
std::ostream & jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::operator<< (std::ostream &os, siginfo_t const &si) noexcept(true)
 
void jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::abort_handler (int signal_number, siginfo_t *info, void *) noexcept(true)
 
void jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::dump_bt_to_cerr ()