|
DMTCP
|
Namespaces | |
| CkptSerializer | |
| CoordCmdStatus | |
| SigInfo | |
| ThreadList | |
| ThreadSync | |
| Util | |
Classes | |
| class | CoordinatorAPI |
| class | CoordClient |
| class | DmtcpCoordinator |
| class | WorkerState |
| struct | DmtcpMessage |
| class | DmtcpWorker |
| class | KeyValue |
| class | LookupService |
| class | Connection |
| class | ConnectionIdentifier |
| class | ConnMsg |
| class | ConnectionList |
| class | EventConnList |
| class | PtyConnection |
| class | StdioConnection |
| class | FileConnection |
| class | FifoConnection |
| class | PosixMQConnection |
| class | FileConnList |
| class | ConnectionRewirer |
| class | KernelBufferDrainer |
| class | SocketConnection |
| class | TcpConnection |
| class | RawSocketConnection |
| class | SocketConnList |
| class | SSHDrainer |
| class | VirtualPidTable |
| class | SysVIPC |
| class | SysVShm |
| class | SysVSem |
| class | SysVMsq |
| class | SysVObj |
| class | ShmSegment |
| class | Semaphore |
| class | MsgQueue |
| struct | TimerInfo |
| class | TimerList |
| class | ProcessInfo |
| class | SyslogCheckpointer |
| struct | UniquePid |
Typedefs | |
| typedef map < ConnectionIdentifier, Connection * > | ConnectionListT |
| typedef struct dmtcp::TimerInfo | TimerInfo |
Functions | |
| ostream & | operator<< (ostream &o, const DmtcpMessageType &s) |
| dmtcp::ostream & | operator<< (dmtcp::ostream &o, const WorkerState &s) |
| void | initializeMtcpEngine () |
| void | callbackSleepBetweenCheckpoint (int sec) |
| void | callbackPreCheckpoint () |
| void | callbackPostCheckpoint (int isRestart, char *mtcpRestoreArgvStartAddr) |
| void | callbackPreSuspendUserThread () |
| void | callbackPreResumeUserThread (int isRestart) |
| void | callbackHoldsAnyLocks (int *retval) |
| void | userHookTrampoline_preCkpt () |
| void | userHookTrampoline_postCkpt (bool isRestart) |
| ostream & | operator<< (ostream &o, const ConnectionIdentifier &id) |
| ostream & | operator<< (ostream &o, const UniquePid &id) |
| ostream & | operator<< (ostream &o, const DmtcpUniqueProcessId &id) |
| bool | operator== (const DmtcpUniqueProcessId &a, const DmtcpUniqueProcessId &b) |
| bool | operator!= (const DmtcpUniqueProcessId &a, const DmtcpUniqueProcessId &b) |
| typedef map<ConnectionIdentifier, Connection*> dmtcp::ConnectionListT |
Definition at line 34 of file connectionrewirer.h.
| typedef struct dmtcp::TimerInfo dmtcp::TimerInfo |
| Enumerator | |
|---|---|
| COORD_INVALID | |
| COORD_JOIN | |
| COORD_NEW | |
| COORD_NONE | |
| COORD_ANY | |
Definition at line 34 of file coordinatorapi.h.
Definition at line 34 of file dmtcpmessagetypes.h.
| void dmtcp::callbackHoldsAnyLocks | ( | int * | retval) |
Definition at line 111 of file mtcpinterface.cpp.
| void dmtcp::callbackPostCheckpoint | ( | int | isRestart, |
| char * | mtcpRestoreArgvStartAddr | ||
| ) |
Definition at line 81 of file mtcpinterface.cpp.
| void dmtcp::callbackPreCheckpoint | ( | ) |
Definition at line 75 of file mtcpinterface.cpp.
| void dmtcp::callbackPreResumeUserThread | ( | int | isRestart) |
Definition at line 139 of file mtcpinterface.cpp.
| void dmtcp::callbackPreSuspendUserThread | ( | ) |
Definition at line 133 of file mtcpinterface.cpp.
| void dmtcp::callbackSleepBetweenCheckpoint | ( | int | sec) |
Definition at line 59 of file mtcpinterface.cpp.
| void dmtcp::initializeMtcpEngine | ( | ) |
Definition at line 53 of file mtcpinterface.cpp.
| bool dmtcp::operator!= | ( | const DmtcpUniqueProcessId & | a, |
| const DmtcpUniqueProcessId & | b | ||
| ) |
Definition at line 162 of file uniquepid.cpp.
| ostream& dmtcp::operator<< | ( | ostream & | o, |
| const UniquePid & | id | ||
| ) |
| ostream& dmtcp::operator<< | ( | ostream & | o, |
| const DmtcpUniqueProcessId & | id | ||
| ) |
| ostream& dmtcp::operator<< | ( | ostream & | o, |
| const DmtcpMessageType & | s | ||
| ) |
| ostream & dmtcp::operator<< | ( | ostream & | o, |
| const ConnectionIdentifier & | id | ||
| ) |
Definition at line 85 of file connectionidentifier.cpp.
| ostream & dmtcp::operator<< | ( | dmtcp::ostream & | o, |
| const WorkerState & | s | ||
| ) |
Definition at line 96 of file dmtcpmessagetypes.cpp.
| bool dmtcp::operator== | ( | const DmtcpUniqueProcessId & | a, |
| const DmtcpUniqueProcessId & | b | ||
| ) |
Definition at line 153 of file uniquepid.cpp.
| void dmtcp::userHookTrampoline_postCkpt | ( | bool | isRestart) |
| void dmtcp::userHookTrampoline_preCkpt | ( | ) |
1.8.4