mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 21:38:01 +03:00
Add dummy alert param to thread_ctrl::wait API
This commit is contained in:
parent
86fb2993ad
commit
8031180373
3 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue