Line 119:
Line 119:
| 6 || int SuspendThread(int threadid) || Suspend the specified thread || 0 on success
| 6 || int SuspendThread(int threadid) || Suspend the specified thread || 0 on success
|-
|-
−
| 7 || int YieldThread(void) || Yield execution to any higher priority threads || 0 on success
+
| 7 || void YieldThread(void) || Yield execution to any higher priority threads ||
|-
|-
| 8 || int IOS_GetThreadPriority(int threadid) || Get the priority of the specified thread || thread's priority or error (negative value)
| 8 || int IOS_GetThreadPriority(int threadid) || Get the priority of the specified thread || thread's priority or error (negative value)