summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/time_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* core: Remove unused includesameerj2021-11-041-1/+0
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-2/+0
|
* hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-291-6/+2
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-3/+3
|
* kernel: time_manager: Protect access with a mutex.bunnei2020-11-291-0/+2
|
* Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow2020-06-271-1/+0
|
* SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow2020-06-271-0/+5
|
* Kernel: Address Feedback.Fernando Sahmkow2020-02-221-1/+8
|
* Kernel: Implement Time Manager.Fernando Sahmkow2020-02-221-0/+36