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

Changes

Jump to navigation Jump to search
Add semaphore arguments
Line 547: Line 547:  
| 0x60 || 0x56 || void * || VirtualToPhysical || void *address
 
| 0x60 || 0x56 || void * || VirtualToPhysical || void *address
 
|-
 
|-
| 0x61 || 0x57 || IOSSemaphore || IOS_CreateSemaphore ||  
+
| 0x61 || 0x57 || IOSSemaphore || IOS_CreateSemaphore || u32 max_count, u32 initial_count
 
|-
 
|-
| 0x62 || 0x58 || IOSError || IOS_WaitSemaphore ||
+
| 0x62 || 0x58 || IOSError || IOS_WaitSemaphore || IOSSemaphore id, bool try_wait
 
|-
 
|-
| 0x63 || 0x59 || IOSError || IOS_SignalSemaphore ||
+
| 0x63 || 0x59 || IOSError || IOS_SignalSemaphore || IOSSemaphore id
 
|-
 
|-
| 0x64 || 0x5A || IOSError || IOS_DestroySemaphore ||
+
| 0x64 || 0x5A || IOSError || IOS_DestroySemaphore || IOSSemaphore id
 
|-
 
|-
 
| 0x65 || 0x5B || IOSError || FlushIpc ||  
 
| 0x65 || 0x5B || IOSError || FlushIpc ||  

Navigation menu