summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thread: Added more descriptive comment to WaitCurrentThread.Gravatar bunnei2014-08-061-1/+5
* Thread: Added functions to resume threads from address arbitration.Gravatar bunnei2014-07-081-0/+7
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-131-3/+6
* svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...Gravatar bunnei2014-06-011-0/+6
* thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...Gravatar bunnei2014-05-221-2/+2
* thread: removed unused SwitchContext/Reschedule reason field, added missing a...Gravatar bunnei2014-05-221-1/+1
* kernel: refactored function naming to remove "__" prefixGravatar bunnei2014-05-221-2/+2
* thread: moved ThreadStatus/WaitType to header, added support for arg on Creat...Gravatar bunnei2014-05-221-1/+25
* thread: added correct lowest thread priority, added a thread priority check, ...Gravatar bunnei2014-05-201-6/+7
* thread: exposed ResumeThreadFromWait function for use in other kernel modulesGravatar bunnei2014-05-201-0/+3
* thread: moved threading calls to the Kernel namespaceGravatar bunnei2014-05-201-9/+17
* thread: whitespace change - fixed * and & placementGravatar bunnei2014-05-201-2/+2
* - created a Kernel namespaceGravatar bunnei2014-05-201-2/+2
* thread: added declaration for __KernelReschedule to be used by syscall moduleGravatar bunnei2014-05-191-0/+3
* changed a commentGravatar bunnei2014-05-171-1/+1
* - added enum ThreadProcessorIdGravatar bunnei2014-05-171-2/+17
* - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHGravatar bunnei2014-05-161-1/+5
* completely gutted/refactored threading code to be simplerGravatar bunnei2014-05-151-42/+2
* - added helper function for __KernelCreateThreadGravatar bunnei2014-05-141-0/+6
* various cleanups / remove unused codeGravatar bunnei2014-05-131-0/+1
* added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...Gravatar bunnei2014-05-131-6/+19
* added initial kernel/thread modulesGravatar bunnei2014-05-091-0/+36