currentState 118 dmtcpmessagetypes.h static WorkerState currentState(); currentState 296 dmtcpplugin.cpp return WorkerState::currentState() == WorkerState::RUNNING; currentState 464 dmtcpworker.cpp msg.state = WorkerState::currentState(); currentState 500 dmtcpworker.cpp JASSERT(WorkerState::currentState() == WorkerState::RUNNING); currentState 503 dmtcpworker.cpp msg.state = WorkerState::currentState(); currentState 64 execwrappers.cpp if (WorkerState::currentState() != WorkerState::UNKNOWN && currentState 65 execwrappers.cpp WorkerState::currentState() != WorkerState::RUNNING) { currentState 130 threadsync.cpp JASSERT(WorkerState::currentState() == WorkerState::RUNNING); currentState 165 threadsync.cpp JASSERT(WorkerState::currentState() == WorkerState::SUSPENDED); currentState 343 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING && currentState 358 threadsync.cpp JASSERT (WorkerState::currentState() == WorkerState::RUNNING); currentState 376 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING && currentState 450 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING) { currentState 509 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING) { currentState 541 threadsync.cpp if (WorkerState::currentState() != WorkerState::RUNNING) { currentState 589 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING) { currentState 603 threadsync.cpp if (WorkerState::currentState() == WorkerState::RUNNING) {