aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/time_manager.h
AgeCommit message (Expand)Author
2021-11-03core: Remove unused includesameerj
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-01-28hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle im...bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-11-29kernel: time_manager: Protect access with a mutex.bunnei
2020-06-27Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow
2020-06-27SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow
2020-02-22Kernel: Address Feedback.Fernando Sahmkow
2020-02-22Kernel: Implement Time Manager.Fernando Sahmkow