
Go to the source code of this file.
| Functions | |
| CpvDeclare (int, CmiPICMethod) | |
| void | CtgInit (void) | 
| Initialize the globals support (called on each processor). | |
| void | CtgInstall (CtgGlobals g) | 
| Install this set of globals. | |
| CtgGlobals | CtgCreate (CthThread tid) | 
| Copy the current globals into this new set. | |
| CtgGlobals | CtgPup (pup_er p, CtgGlobals g) | 
| PUP this (not currently installed) globals set. | |
| void | CtgFree (CtgGlobals g) | 
| Delete this (not currently installed) set of globals. | |
| CtgGlobals | CtgCurrentGlobals (void) | 
| Return the current global list. | |
| CpvDeclare | ( | int | , | |
| CmiPICMethod | ||||
| ) | 
| void CtgInit | ( | void | ) | 
Initialize the globals support (called on each processor).
Definition at line 12 of file global-nop.C.
Referenced by TCharm::procInit().

| void CtgInstall | ( | CtgGlobals | g | ) | 
Install this set of globals.
If g==NULL, returns to original globals.
Definition at line 16 of file global-nop.C.
Referenced by TCharm::activateThread(), and TCharm::deactivateThread().

| CtgGlobals CtgCreate | ( | CthThread | tid | ) | 
Copy the current globals into this new set.
Definition at line 17 of file global-nop.C.
Referenced by TCharm::TCharm().

| CtgGlobals CtgPup | ( | pup_er | p, | |
| CtgGlobals | g | |||
| ) | 
PUP this (not currently installed) globals set.
Definition at line 18 of file global-nop.C.
Referenced by TCharm::pupThread().

| void CtgFree | ( | CtgGlobals | g | ) | 
Delete this (not currently installed) set of globals.
Definition at line 19 of file global-nop.C.
Referenced by TCharm::~TCharm().

| CtgGlobals CtgCurrentGlobals | ( | void | ) | 
Return the current global list.
Definition at line 20 of file global-nop.C.
Referenced by CtgInstall().

 1.5.5
 1.5.5