#include "dce-cxa.h"#include "utils.h"#include "process.h"#include "ns3/assert.h"#include "ns3/log.h" Include dependency graph for dce-cxa.cc:
 Include dependency graph for dce-cxa.cc:Go to the source code of this file.
| Functions | |
| int | dce___cxa_atexit (void(*func)(void *), void *arg, void *d) | 
| void | dce___cxa_finalize (void *d) | 
| NS_LOG_COMPONENT_DEFINE ("SimuCxa") | |
| int dce___cxa_atexit | ( | void(*)(void *) | func, | 
| void * | arg, | ||
| void * | d | ||
| ) | 
Definition at line 12 of file dce-cxa.cc.
References ns3::Process::atExitHandlers, ns3::Current(), ns3::AtExitHandler::CXA, ns3::AtExitHandler::cxa, ns3::Thread::process, ns3::AtExitHandler::type, ns3::UtilsGetNodeId(), and ns3::AtExitHandler::value.
 Here is the call graph for this function:
 Here is the call graph for this function:| void dce___cxa_finalize | ( | void * | d | ) | 
Definition at line 25 of file dce-cxa.cc.
References ns3::Process::atExitHandlers, ns3::Current(), ns3::AtExitHandler::CXA, ns3::AtExitHandler::cxa, ns3::AtExitHandler::NORMAL, ns3::AtExitHandler::normal, ns3::Thread::process, ns3::AtExitHandler::type, ns3::UtilsGetNodeId(), and ns3::AtExitHandler::value.
Referenced by dce_exit(), and ns3::TaskManager::DoDispose().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| NS_LOG_COMPONENT_DEFINE | ( | "SimuCxa" | ) |