aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
AgeCommit message (Expand)Author
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-20thread: whitespace change - fixed * and & placementbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-17changed a commentbunnei
2014-05-17- added enum ThreadProcessorIdbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
2014-05-15completely gutted/refactored threading code to be simplerbunnei
2014-05-14- added helper function for __KernelCreateThreadbunnei
2014-05-13fixed thread reset to not set stack addressbunnei
2014-05-13various cleanups / remove unused codebunnei
2014-05-13added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...bunnei
2014-05-09added initial kernel/thread modulesbunnei