summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/timer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-0/+1
* Timers: Immediately signal the timer if it was started with an initial value ...Gravatar Subv2017-02-211-0/+8
* Merge pull request #2397 from Subv/pulseGravatar bunnei2017-01-101-0/+2
|\
| * Kernel: Implemented Pulse event and timers.Gravatar Subv2017-01-051-0/+2
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Gravatar Subv2017-01-041-2/+2
|/
* move ResetType to kernel.hGravatar wwylele2016-09-221-1/+0
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-8/+14
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-121-1/+1
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-021-1/+2
* Kernel: Use separate Handle tables for CoreTiming userdataGravatar Yuri Kunde Schlesner2015-02-021-0/+3
* Kernel: Mark all appropriate kernel objects as "final"Gravatar Yuri Kunde Schlesner2015-01-301-1/+1
* Kernel: Convert Timer to (mostly) not use HandlesGravatar Yuri Kunde Schlesner2015-01-301-28/+41
* core: Fix a few docstringsGravatar Lioncash2015-01-201-1/+1
* SVC: Implemented the Timer service calls.Gravatar Subv2015-01-081-0/+47