
#include <ck.h>

Public Member Functions | |
| void | addWatcher (CkMessageWatcher *w) |
| Adds an extra watcher (which wrap the previously existing one). | |
| CkCoreState () | |
| ~CkCoreState () | |
| GroupTable * | getGroupTable () const |
| IrrGroup * | localBranch (CkGroupID gID) const |
| QdState * | getQD () |
| void | process (int n=1) |
| void | create (int n=1) |
Data Fields | |
| CkMessageWatcher * | watcher |
Private Attributes | |
| GroupTable * | groupTable |
| QdState * | qd |
Definition at line 197 of file ck.h.
| void CkCoreState::addWatcher | ( | CkMessageWatcher * | w | ) | [inline] |
Adds an extra watcher (which wrap the previously existing one).
Definition at line 203 of file ck.h.
References CkMessageWatcher::setNext(), and watcher.
Referenced by CkMessageWatcherInit().


| GroupTable* CkCoreState::getGroupTable | ( | ) | const [inline] |
Definition at line 213 of file ck.h.
References groupTable.
Referenced by _lookupGroupAndBufferIfNotThere().

Definition at line 216 of file ck.h.
References GroupIdxArray< dtype >::find(), and groupTable.
Referenced by _getCkLocalBranchFromGroupID(), and _lookupGroupAndBufferIfNotThere().


| void CkCoreState::process | ( | int | n = 1 |
) | [inline] |
Definition at line 223 of file ck.h.
References n, QdState::process(), and qd.
Referenced by _processArrayEltMsg(), _processBocInitMsg(), _processDeleteVidMsg(), _processFillVidMsg(), _processForBocMsg(), _processForNodeBocMsg(), _processForPlainChareMsg(), _processForVidMsg(), _processNewChareMsg(), _processNewVChareMsg(), and _processNodeBocInitMsg().


| void CkCoreState::create | ( | int | n = 1 |
) | [inline] |
Definition at line 229 of file ck.h.
References QdState::create(), n, and qd.

GroupTable* CkCoreState::groupTable [private] |
QdState* CkCoreState::qd [private] |
Definition at line 201 of file ck.h.
Referenced by _initHandler(), _processHandler(), addWatcher(), CkCoreState(), CpdExecuteThreadResume(), CpdHandleLBMessage(), migrationDone(), and ~CkCoreState().
1.5.5