summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-01kernel: Remove the Timer classLioncash1-88/+0
2019-01-30kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash1-2/+0
2018-08-29kernel: Eliminate kernel global stateLioncash1-7/+6
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-07-26kernel/timer: Make data members private where applicableLioncash1-5/+17
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+1
2017-02-22Timers: Immediately signal the timer if it was started with an initial value of 0.Subv1-0/+8
2017-01-05Kernel: Implemented Pulse event and timers.Subv1-0/+2
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv1-2/+2
2016-09-22move ResetType to kernel.hwwylele1-1/+0
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-8/+14
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-1/+1
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-1/+2
2015-02-02Kernel: Use separate Handle tables for CoreTiming userdataYuri Kunde Schlesner1-0/+3
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner1-1/+1
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner1-28/+41
2015-01-20core: Fix a few docstringsLioncash1-1/+1
2015-01-09SVC: Implemented the Timer service calls.Subv1-0/+47