
#include <tcharm_impl.h>

Public Member Functions | |
| TCharmAPIRoutine (const char *routineName, const char *libraryName) | |
| ~TCharmAPIRoutine () | |
Private Attributes | |
| int | state |
| CtgGlobals | oldGlobals |
| void * | callEvent |
| int | pe |
Definition at line 280 of file tcharm_impl.h.
| TCharmAPIRoutine::TCharmAPIRoutine | ( | const char * | routineName, | |
| const char * | libraryName | |||
| ) | [inline] |
Definition at line 290 of file tcharm_impl.h.
References callEvent, CmiIsomallocBlockListCurrent(), CmiMyPe(), CtgCurrentGlobals(), TCharm::deactivateThread(), pe, state, and TCHARM_Api_trace().
| TCharmAPIRoutine::~TCharmAPIRoutine | ( | ) | [inline] |
Definition at line 320 of file tcharm_impl.h.
References TCharm::activateThread(), callEvent, CmiMyPe(), TCharm::heapBlocks, oldGlobals, pe, state, and TCharm::threadGlobals.
int TCharmAPIRoutine::state [private] |
Definition at line 281 of file tcharm_impl.h.
Referenced by TCharmAPIRoutine(), and ~TCharmAPIRoutine().
CtgGlobals TCharmAPIRoutine::oldGlobals [private] |
void* TCharmAPIRoutine::callEvent [private] |
Definition at line 284 of file tcharm_impl.h.
Referenced by TCharmAPIRoutine(), and ~TCharmAPIRoutine().
int TCharmAPIRoutine::pe [private] |
Definition at line 285 of file tcharm_impl.h.
Referenced by TCharmAPIRoutine(), and ~TCharmAPIRoutine().
1.5.5