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
*
Rework CoreTiming
Kelebek1
2022-07-10
1
-9
/
+11
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core/hle: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-2
/
+2
*
hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).
bunnei
2021-12-07
1
-1
/
+5
*
core: Remove unused includes
ameerj
2021-11-04
1
-3
/
+0
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-1
/
+0
*
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-06
1
-10
/
+6
*
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