state             496 dmtcp_coordinator.cpp   _state = hello_remote.state;
state             579 dmtcp_coordinator.cpp         << ", " << clients[i]->state().toString()
state             781 dmtcp_coordinator.cpp       WorkerState oldState = client->state();
state             782 dmtcp_coordinator.cpp       client->setState ( msg.state );
state             787 dmtcp_coordinator.cpp         ( oldState )( msg.from )( msg.state )( newState );
state             935 dmtcp_coordinator.cpp     updateMinimumState(client->state());
state            1064 dmtcp_coordinator.cpp     JASSERT(hello_remote.state == WorkerState::RUNNING ||
state            1065 dmtcp_coordinator.cpp             hello_remote.state == WorkerState::UNKNOWN);
state            1126 dmtcp_coordinator.cpp   JASSERT(hello_remote.state == WorkerState::RESTARTING) (hello_remote.state);
state            1205 dmtcp_coordinator.cpp   JASSERT(hello_remote.state == WorkerState::RUNNING ||
state            1206 dmtcp_coordinator.cpp           hello_remote.state == WorkerState::UNKNOWN) (hello_remote.state);
state            1344 dmtcp_coordinator.cpp     int cliState = clients[i]->state().value();
state              45 dmtcp_coordinator.h       WorkerState state() const { return _state; }
state             142 dmtcpmessagetypes.h     WorkerState state;
state             464 dmtcpworker.cpp     msg.state = WorkerState::currentState();
state             503 dmtcpworker.cpp   msg.state = WorkerState::currentState();
state              67 threadinfo.h     int state;
state             190 threadlist.cpp   th->state = ST_RUNNING;
state             216 threadlist.cpp   curThread->state = ST_ZOMBIE;
state             290 threadlist.cpp   ckptThread->state = ST_CKPNTHREAD;
state             436 threadlist.cpp       switch (thread->state) {
state             747 threadlist.cpp   if (oldval == th->state) {;
state             748 threadlist.cpp     th->state = newval;
state             830 threadlist.cpp     if (thread->state == ST_ZOMBIE) {