summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.bunnei2015-01-221-7/+2
|
* WaitSynchronizationN: Refactor to fix several bugsbunnei2015-01-221-3/+3
| | | | | | - Separate wait checking from waiting the current thread - Resume thread when wait_all=true only if all objects are available at once - Set output to correct wait object index when there are duplicate handles
* Kernel: Separate WaitSynchronization into Wait and Acquire methods.bunnei2015-01-221-1/+5
|
* WaitSynchronizationN: Implement return valuesbunnei2015-01-221-3/+3
|
* Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei2015-01-221-9/+3
|
* Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner2015-01-091-5/+5
|
* Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner2015-01-091-4/+6
|
* SVC: Implemented the Timer service calls.Subv2015-01-091-0/+142