CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
worker.cpp File Reference
#include "tasks/worker.h"
#include <cstdlib>
#include <cxxabi.h>
#include <dlfcn.h>
#include <execinfo.h>
#include <memory>
#include <sstream>

Classes

struct  ccf::tasks::ThrowTrace
 

Namespaces

namespace  ccf
 
namespace  ccf::tasks
 

Typedefs

using CxaThrowFn = void(*)(void *, std::type_info *, void(*)(void *))
 

Functions

void ccf::tasks::dump_stacktrace (const std::string &msg)
 
void __cxa_throw (void *thrown_exception, std::type_info *tinfo, void(*dest)(void *))
 

Typedef Documentation

◆ CxaThrowFn

using CxaThrowFn = void (*)(void*, std::type_info*, void (*)(void*))

Function Documentation

◆ __cxa_throw()

void __cxa_throw ( void *  thrown_exception,
std::type_info *  tinfo,
void(*)(void *)  dest 
)