summaryrefslogtreecommitdiff
path: root/src/core/cpu_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu_manager.h')
-rw-r--r--src/core/cpu_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h
index e6b8612f0..ae55d6427 100644
--- a/src/core/cpu_manager.h
+++ b/src/core/cpu_manager.h
@@ -55,7 +55,7 @@ public:
55 std::function<void(void*)> GetSuspendThreadStartFunc(); 55 std::function<void(void*)> GetSuspendThreadStartFunc();
56 void* GetStartFuncParamater(); 56 void* GetStartFuncParamater();
57 57
58 void PreemptSingleCore(); 58 void PreemptSingleCore(bool from_running_enviroment = true);
59 59
60 std::size_t CurrentCore() const { 60 std::size_t CurrentCore() const {
61 return current_core.load(); 61 return current_core.load();