mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Fix most of "[x] thread is too sleepy" at Emu.Stop() (#9813)
* Fixes some thread sleep/wait calls
This commit is contained in:
parent
a47bda026b
commit
eb0d006168
11 changed files with 21 additions and 17 deletions
|
@ -55,7 +55,7 @@ namespace gl
|
|||
job.completion_callback(result);
|
||||
}
|
||||
|
||||
m_work_queue.wait();
|
||||
thread_ctrl::wait_on(m_work_queue, nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue