summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-22Implement exclusive monitorMerryMage1-3/+16
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-05-11core: Add a configuration setting for use_multi_core.bunnei1-3/+8
2018-05-11core: Support session close with multicore.bunnei1-1/+28
2018-05-11core: Implement multicore support.bunnei1-1/+1
2018-05-11core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei1-5/+20
2018-05-11core: Move common CPU core things to its own class.bunnei1-0/+72