diff options
author | bunnei <bunneidev@gmail.com> | 2018-05-05 23:54:43 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-05-10 19:34:52 -0400 |
commit | 8aa5d25f826c8969a1e9938d8c8e12fa6df8be82 (patch) | |
tree | 5e0832f4382787a889d3f0ed1ec75175a6ac8071 /src/core/core.h | |
parent | d6e3cd9a17c47ce68ddb1392b7fff8c9e645aa07 (diff) |
threading: Reschedule only on cores that are necessary.
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 115061932b..5740e858b8 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -114,6 +114,8 @@ public: ARM_Interface& ArmInterface(size_t core_index); + Cpu& CpuCore(size_t core_index); + Tegra::GPU& GPU() { return *gpu_core; } |