
#include <ck.h>

Public Member Functions | |
| void | addWatcher (CkMessageWatcher *w) |
| Adds an extra watcher (which wrap the previously existing one). | |
| CkCoreState () | |
| ~CkCoreState () | |
| GroupTable * | getGroupTable () |
| IrrGroup * | localBranch (CkGroupID gID) |
| 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 164 of file ck.h.
| void CkCoreState::addWatcher | ( | CkMessageWatcher * | w | ) | [inline] |
Adds an extra watcher (which wrap the previously existing one).
Definition at line 170 of file ck.h.
References CkMessageWatcher::setNext(), and watcher.
Referenced by CkMessageWatcherInit().
| GroupTable* CkCoreState::getGroupTable | ( | ) | [inline] |
Definition at line 180 of file ck.h.
References groupTable.
Referenced by _lookupGroupAndBufferIfNotThere().
Definition at line 183 of file ck.h.
References GroupIdxArray< dtype >::find(), and groupTable.
Referenced by _lookupGroupAndBufferIfNotThere().
| void CkCoreState::process | ( | int | n = 1 |
) | [inline] |
Definition at line 190 of file ck.h.
References n, QdState::process(), and qd.
Referenced by _lookupGroupAndBufferIfNotThere(), _processBocInitMsg(), _processForNodeBocMsg(), and _processHandler().
| void CkCoreState::create | ( | int | n = 1 |
) | [inline] |
GroupTable* CkCoreState::groupTable [private] |
QdState* CkCoreState::qd [private] |
Definition at line 168 of file ck.h.
Referenced by _initHandler(), _processHandler(), addWatcher(), CkCoreState(), CpdExecuteThreadResume(), CpdHandleLBMessage(), migrationDone(), and ~CkCoreState().
1.5.5