summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
| | | | | | General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code.
* wait_object: Refactor to allow waking up a single thread.bunnei2018-01-071-0/+6
|
* Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner2017-05-301-0/+67
Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.