summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner2015-01-301-76/+31
* Kernel: Remove useless/duplicated comments; mark functions staticYuri Kunde Schlesner2015-01-301-1/+1
* Kernel: Renamed some functions for clarity.bunnei2015-01-221-1/+1
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei2015-01-221-4/+4
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.bunnei2015-01-221-1/+1
* 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
* 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