Skip to content

Commit

Permalink
Update thread_base::notify_abort()
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Nekotekina committed Mar 4, 2020
1 parent bdbc7b5 commit bb1b4ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Utilities/Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1804,9 +1804,6 @@ void thread_base::initialize(bool(*wait_cb)(const void*))

void thread_base::notify_abort() noexcept
{
// For now
notify();

atomic_storage_futex::raw_notify(+m_state_notifier);
}

Expand Down

0 comments on commit bb1b4ba

Please sign in to comment.