aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
AgeCommit message (Expand)Author
2014-12-08Thread: Fixed to wait on address when in arbitration.bunnei
2014-12-04Threads: Implemented a sequential thread idSubv
2014-12-04SVC: Implemented GetThreadId.Subv
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-08-06Thread: Added more descriptive comment to WaitCurrentThread.bunnei
2014-07-08Thread: Added functions to resume threads from address arbitration.bunnei
2014-06-13Kernel: Added real support for thread and event blockingbunnei
2014-06-01svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...bunnei
2014-05-22thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...bunnei
2014-05-22thread: removed unused SwitchContext/Reschedule reason field, added missing a...bunnei
2014-05-22kernel: refactored function naming to remove "__" prefixbunnei
2014-05-22thread: moved ThreadStatus/WaitType to header, added support for arg on Creat...bunnei
2014-05-20thread: added correct lowest thread priority, added a thread priority check, ...bunnei
2014-05-20thread: exposed ResumeThreadFromWait function for use in other kernel modulesbunnei
2014-05-20thread: moved threading calls to the Kernel namespacebunnei
2014-05-20thread: whitespace change - fixed * and & placementbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-19thread: added declaration for __KernelReschedule to be used by syscall modulebunnei
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-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