Searched refs:worker_iteration_state_ (Results 1 – 2 of 2) sorted by relevance
162 worker_iteration_state_ = IterationState::kRunning; in SetIterationRunning()167 worker_iteration_state_ = IterationState::kCompleted; in SetIterationCompleted()222 worker_iteration_state_.load() != IterationState::kCompleted) { in ProcessBeforeScalingOut()232 worker_iteration_state_.load() != IterationState::kCompleted) { in ProcessBeforeScalingIn()
107 worker_iteration_state_(IterationState::kCompleted), in FLWorker()151 std::atomic<IterationState> worker_iteration_state_; variable