mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Thread.cpp refinement
Hide thread mutex Safe notify() method Other refactoring
This commit is contained in:
parent
da878c36bd
commit
a5a2d43d7c
35 changed files with 532 additions and 591 deletions
|
@ -779,7 +779,7 @@ namespace rsx
|
|||
{ ppu_cmd::lle_call, rsx->flip_handler },
|
||||
});
|
||||
|
||||
rsx->intr_thread->lock_notify();
|
||||
rsx->intr_thread->notify();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -793,7 +793,7 @@ namespace rsx
|
|||
{ ppu_cmd::lle_call, rsx->user_handler },
|
||||
});
|
||||
|
||||
rsx->intr_thread->lock_notify();
|
||||
rsx->intr_thread->notify();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue