diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index e2d2d70645..eed483ff97 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -2081,6 +2081,8 @@ thread_base::native_entry thread_base::finalize(u64 _self) noexcept // Try to add self to thread pool set_name("..pool"); + thread_ctrl::set_native_priority(0); + static constexpr u64 s_stop_bit = 0x8000'0000'0000'0000ull; static atomic_t s_pool_ctr = []