mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Thread pool: reset priority
This commit is contained in:
parent
7c62574e59
commit
8480674708
1 changed files with 2 additions and 0 deletions
|
@ -2081,6 +2081,8 @@ thread_base::native_entry thread_base::finalize(u64 _self) noexcept
|
||||||
// Try to add self to thread pool
|
// Try to add self to thread pool
|
||||||
set_name("..pool");
|
set_name("..pool");
|
||||||
|
|
||||||
|
thread_ctrl::set_native_priority(0);
|
||||||
|
|
||||||
static constexpr u64 s_stop_bit = 0x8000'0000'0000'0000ull;
|
static constexpr u64 s_stop_bit = 0x8000'0000'0000'0000ull;
|
||||||
|
|
||||||
static atomic_t<u64> s_pool_ctr = []
|
static atomic_t<u64> s_pool_ctr = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue