mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
KScheduler: fix documentation mistakes
This commit is contained in:
parent
5e73321aec
commit
d24ea71108
@ -152,7 +152,7 @@ namespace ams::kern {
|
|||||||
static NOINLINE void OnThreadPriorityChanged(KThread *thread, s32 old_priority);
|
static NOINLINE void OnThreadPriorityChanged(KThread *thread, s32 old_priority);
|
||||||
static NOINLINE void OnThreadAffinityMaskChanged(KThread *thread, const KAffinityMask &old_affinity, s32 old_core);
|
static NOINLINE void OnThreadAffinityMaskChanged(KThread *thread, const KAffinityMask &old_affinity, s32 old_core);
|
||||||
|
|
||||||
static NOINLINE void RotateScheduledQueue(s32 priority, s32 core_id);
|
static NOINLINE void RotateScheduledQueue(s32 core_id, s32 priority);
|
||||||
|
|
||||||
static NOINLINE void YieldWithoutCoreMigration();
|
static NOINLINE void YieldWithoutCoreMigration();
|
||||||
static NOINLINE void YieldWithCoreMigration();
|
static NOINLINE void YieldWithCoreMigration();
|
||||||
|
Loading…
Reference in New Issue
Block a user