set_thread_count
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
85c9298585
commit
3c2e7951f3
|
|
@ -359,6 +359,8 @@ Sta::updateComponentsState()
|
|||
if (check_timing_)
|
||||
check_timing_->copyState(this);
|
||||
clk_network_->copyState(this);
|
||||
if (clk_skews_)
|
||||
clk_skews_->copyState(this);
|
||||
if (power_)
|
||||
power_->copyState(this);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ DispatchQueue::terminateThreads()
|
|||
threads_[i].join();
|
||||
}
|
||||
}
|
||||
quit_ = false;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue