Add dummy alert param to thread_ctrl::wait API

This commit is contained in:
Nekotekina 2019-10-06 13:30:56 +03:00
parent 86fb2993ad
commit 8031180373
3 changed files with 9 additions and 9 deletions

View file

@ -1777,7 +1777,7 @@ void thread_base::finalize() noexcept
--g_thread_count;
}
void thread_ctrl::_wait_for(u64 usec)
void thread_ctrl::_wait_for(u64 usec, bool alert /* true */)
{
auto _this = g_tls_this_thread;