mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Linux: use futex_waitv syscall for atomic waiting
In order to make this possible, some unnecessary features were removed.
This commit is contained in:
parent
831a9fe012
commit
d34287b2cc
51 changed files with 441 additions and 574 deletions
|
@ -183,7 +183,7 @@ error_code _sys_interrupt_thread_establish(ppu_thread& ppu, vm::ptr<u32> ih, u32
|
|||
});
|
||||
|
||||
it->state -= cpu_flag::stop;
|
||||
it->state.notify_one(cpu_flag::stop);
|
||||
it->state.notify_one();
|
||||
|
||||
return result;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue