mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Fixed thread pool a bit
Use 128-bit allocator instead of queue. When pool is full (128), threads just terminate as before.
This commit is contained in:
parent
e48f160a29
commit
ab365fe494
4 changed files with 134 additions and 59 deletions
|
@ -522,6 +522,8 @@ void cpu_thread::operator()()
|
|||
|
||||
s_tls_thread_slot = -1;
|
||||
|
||||
g_tls_current_cpu_thread = nullptr;
|
||||
|
||||
_this = nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue