mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +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
|
@ -377,7 +377,7 @@ namespace rsx
|
|||
{ ppu_cmd::lle_call, vblank_handler },
|
||||
});
|
||||
|
||||
intr_thread->lock_notify();
|
||||
intr_thread->notify();
|
||||
}
|
||||
|
||||
continue;
|
||||
|
@ -697,7 +697,7 @@ namespace rsx
|
|||
|
||||
//void thread::invoke(std::function<bool()> callback)
|
||||
//{
|
||||
// if (operator->() == thread_ctrl::get_current())
|
||||
// if (get() == thread_ctrl::get_current())
|
||||
// {
|
||||
// while (true)
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue