[kernel] carry pthread scheduling

This commit is contained in:
ParantezTech
2026-06-29 13:27:59 +03:00
parent e28259a99d
commit 7f85971e39
4 changed files with 168 additions and 12 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ public readonly record struct GuestThreadStartRequest(
ulong EntryPoint,
ulong Argument,
ulong AttributeAddress,
string Name);
string Name,
int Priority,
ulong AffinityMask);
public readonly record struct GuestThreadSnapshot(
ulong ThreadHandle,