SVC: Difference between revisions
No edit summary |
|||
Line 30: | Line 30: | ||
|- | |- | ||
| 0x9 | | 0x9 | ||
| ExitThread() | | ExitThread(void) | ||
|- | |- | ||
| 0xA | | 0xA | ||
| SleepThread | | SleepThread(s64 nanoseconds) | ||
|- | |- | ||
| 0xB | | 0xB | ||
| GetThreadPriority | | GetThreadPriority(s32* priority, handle thread) | ||
|- | |- | ||
| 0xC | | 0xC | ||
| SetThreadPriority | | SetThreadPriority(handle thread, s32 priority) | ||
|- | |- | ||
| 0xD | | 0xD | ||
| GetThreadAffinityMask | | GetThreadAffinityMask(handle thread, u8* affinitymask, s32 processorcount) | ||
|- | |- | ||
| 0xE | | 0xE | ||
| SetThreadAffinityMask | | SetThreadAffinityMask(u8* affinitymask, handle thread, s32 processorcount) | ||
|- | |- | ||
| 0xF | | 0xF |