#include <dmtcpmessagetypes.h>
|
enum | eWorkerState {
UNKNOWN,
RUNNING,
SUSPENDED,
FD_LEADER_ELECTION,
DRAINED,
RESTARTING,
CHECKPOINTED,
NAME_SERVICE_DATA_REGISTERED,
DONE_QUERYING,
REFILLED,
_MAX
} |
|
Definition at line 91 of file dmtcpmessagetypes.h.
Enumerator |
---|
UNKNOWN |
|
RUNNING |
|
SUSPENDED |
|
FD_LEADER_ELECTION |
|
DRAINED |
|
RESTARTING |
|
CHECKPOINTED |
|
NAME_SERVICE_DATA_REGISTERED |
|
DONE_QUERYING |
|
REFILLED |
|
_MAX |
|
Definition at line 99 of file dmtcpmessagetypes.h.
static void dmtcp::WorkerState::operator delete |
( |
void * |
p) | |
|
|
inlinestatic |
static void* dmtcp::WorkerState::operator new |
( |
size_t |
nbytes, |
|
|
void * |
p |
|
) |
| |
|
inlinestatic |
static void* dmtcp::WorkerState::operator new |
( |
size_t |
nbytes) | |
|
|
inlinestatic |
bool dmtcp::WorkerState::operator!= |
( |
const WorkerState & |
v) | |
const |
|
inline |
bool dmtcp::WorkerState::operator== |
( |
const WorkerState & |
v) | |
const |
|
inline |
void WorkerState::setCurrentState |
( |
const WorkerState & |
theValue) | |
|
|
static |
const char * WorkerState::toString |
( |
) | |
const |
The documentation for this class was generated from the following files: