mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Update thread_base::notify_abort()
This commit is contained in:
parent
bdbc7b5f1d
commit
bb1b4bac9b
1 changed files with 0 additions and 3 deletions
|
@ -1804,9 +1804,6 @@ void thread_base::initialize(bool(*wait_cb)(const void*))
|
||||||
|
|
||||||
void thread_base::notify_abort() noexcept
|
void thread_base::notify_abort() noexcept
|
||||||
{
|
{
|
||||||
// For now
|
|
||||||
notify();
|
|
||||||
|
|
||||||
atomic_storage_futex::raw_notify(+m_state_notifier);
|
atomic_storage_futex::raw_notify(+m_state_notifier);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue