summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/time_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-29hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei1-6/+2
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-3/+3
2020-11-29kernel: time_manager: Protect access with a mutex.bunnei1-0/+2
2020-06-27Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow1-1/+0
2020-06-27SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow1-0/+5
2020-02-22Kernel: Address Feedback.Fernando Sahmkow1-1/+8
2020-02-22Kernel: Implement Time Manager.Fernando Sahmkow1-0/+36