summaryrefslogtreecommitdiff
path: root/src/core/core_cpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement exclusive monitorGravatar MerryMage2018-07-221-3/+16
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-2/+2
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-3/+8
* core: Support session close with multicore.Gravatar bunnei2018-05-101-1/+28
* core: Implement multicore support.Gravatar bunnei2018-05-101-1/+1
* core: Create a thread for each CPU core, keep in lock-step with a barrier.Gravatar bunnei2018-05-101-5/+20
* core: Move common CPU core things to its own class.Gravatar bunnei2018-05-101-0/+72