Fix ppu_syscall_usage thread waiting
Fixed 10s hang on exit
This commit is contained in:
@@ -1021,7 +1021,7 @@ public:
|
|||||||
{
|
{
|
||||||
while (thread_ctrl::state() != thread_state::aborting)
|
while (thread_ctrl::state() != thread_state::aborting)
|
||||||
{
|
{
|
||||||
std::this_thread::sleep_for(10s);
|
thread_ctrl::wait_for(10000'000);
|
||||||
print_stats();
|
print_stats();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user