This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-fork
Watch
0
Star
0
Fork
You've already forked ryujinx-fork
0
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2024-12-23 19:25:46 +00:00
Code
Activity
7ff394e68a
ryujinx-fork
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Common
/
IKFutureSchedulerObject.cs
7 lines
116 B
C#
Raw
Normal View
History
Unescape
Escape
Refactor SVC handler (#540) * Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders
2018-12-18 05:33:36 +00:00
namespace
Ryujinx.HLE.HOS.Kernel.Common
Thread scheduler rewrite (#393) * Started to rewrite the thread scheduler * Add a single core-like scheduling mode, enabled by default * Clear exclusive monitor on context switch * Add SetThreadActivity, misc fixes * Implement WaitForAddress and SignalToAddress svcs, misc fixes * Misc fixes (on SetActivity and Arbiter), other tweaks * Rebased * Add missing null check * Rename multicore key on config, fix UpdatePriorityInheritance * Make scheduling data MLQs private * nit: Ordering
2018-09-18 23:36:43 +00:00
{
interface
IKFutureSchedulerObject
{
void
TimeUp
(
)
;
}
}
Copy permalink