aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
AgeCommit message (Expand)Author
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-09Kernel: Move Thread's definition to the header fileYuri Kunde Schlesner
2015-01-08Merge pull request #255 from Subv/cbranch_3bunnei
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-08SVC: Fixed SleepThread.Subv
2015-01-07Threads: Use a dummy idle thread when no other are ready.Subv
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Thread: Wait current thread on svc_SleepThreadbunnei
2014-12-20Kernel: Implement support for current thread pseudo-handleYuri Kunde Schlesner
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