diff options
Diffstat (limited to 'src/core/cpu_manager.cpp')
| -rw-r--r-- | src/core/cpu_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp index 63c578852..32afcf3ae 100644 --- a/src/core/cpu_manager.cpp +++ b/src/core/cpu_manager.cpp | |||
| @@ -337,6 +337,7 @@ void CpuManager::RunThread(std::size_t core) { | |||
| 337 | } | 337 | } |
| 338 | MicroProfileOnThreadCreate(name.c_str()); | 338 | MicroProfileOnThreadCreate(name.c_str()); |
| 339 | Common::SetCurrentThreadName(name.c_str()); | 339 | Common::SetCurrentThreadName(name.c_str()); |
| 340 | Common::SetCurrentThreadPriority(Common::ThreadPriority::High); | ||
| 340 | auto& data = core_data[core]; | 341 | auto& data = core_data[core]; |
| 341 | data.enter_barrier = std::make_unique<Common::Event>(); | 342 | data.enter_barrier = std::make_unique<Common::Event>(); |
| 342 | data.exit_barrier = std::make_unique<Common::Event>(); | 343 | data.exit_barrier = std::make_unique<Common::Event>(); |