Go to the source code of this file.
Data Structures | |
class | callSystemStruct |
Used to ship around system calls. More... | |
class | TCHARM_Thread_options |
class | TCharmInitMsg |
class | TCharm |
class | TCharm::ThreadInfo |
class | TCharm::UserData |
class | TCharm::TCharmSemaphore |
Typedefs | |
typedef std::unordered_map < std::string, int > | funcmap |
Functions | |
PUPbytes (callSystemStruct) class TCharm | |
CtvExtern (TCharm *, _curTCharm) | |
void | TCHARM_Api_trace (const char *routineName, const char *libraryName) noexcept |
CsvExtern (funcmap *, tcharm_funcmap) | |
static int | tcharm_routineNametoID (char const *routineName) noexcept |
Variables | |
bool | tcharm_nothreads |
Definition at line 321 of file tcharm_impl.h.
PUPbytes | ( | callSystemStruct | ) |
CtvExtern | ( | TCharm * | , | |
_curTCharm | ||||
) |
void TCHARM_Api_trace | ( | const char * | routineName, | |
const char * | libraryName | |||
) |
Definition at line 127 of file tcharm.C.
References Converse::CkMyPe(), CmiPrintf(), CmiPrintStackTrace(), TCharm::getElement(), TCharmTraceLibList::isTracing(), and where.
CsvExtern | ( | funcmap * | , | |
tcharm_funcmap | ||||
) |
static int tcharm_routineNametoID | ( | char const * | routineName | ) | [static] |
Definition at line 325 of file tcharm_impl.h.
Definition at line 48 of file tcharm.C.
Referenced by checkAddress(), TCharm::procInit(), TCharm::run(), and TCharm::TCharm().