index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
time_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.
bunnei
2021-01-29
1
-30
/
+10
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-4
/
+4
*
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
1
-4
/
+2
*
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.
bunnei
2021-01-11
1
-2
/
+1
*
kernel: time_manager: Add missing lock guards.
bunnei
2020-12-06
1
-3
/
+10
*
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
1
-1
/
+1
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-1
/
+1
*
kernel: time_manager: Protect access with a mutex.
bunnei
2020-11-29
1
-1
/
+3
*
hle: kernel: time_manager: Avoid a crash on process exit.
bunnei
2020-11-29
1
-1
/
+4
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
1
-5
/
+5
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-1
/
+1
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-1
/
+2
*
Kernel: Corrections to TimeManager, Scheduler and Mutex.
Fernando Sahmkow
2020-06-27
1
-2
/
+3
*
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
1
-2
/
+0
*
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Fernando Sahmkow
2020-06-27
1
-2
/
+16
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Kernel: Address Feedback.
Fernando Sahmkow
2020-02-22
1
-2
/
+4
*
Kernel: Implement Time Manager.
Fernando Sahmkow
2020-02-22
1
-0
/
+42