In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
11 bytes removed ,  16:45, 11 December 2021
m
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)

Navigation menu