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

Difference between revisions of "Talk:IOSU syscalls"

From WiiUBrew
Jump to navigation Jump to search
(clarifying)
m (Hallowizer2 moved page Talk:IOSU Syscalls to Talk:IOSU syscalls: Sentence case in titles)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Deleted old post since it's three month past
+
I asked how to correctly use IOS_CreateThread : (Here's Tueidj answer)
  
Hello !
+
proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top       points to the top of the stack that will be used by the new thread. [[User:Tueidj|Tueidj]] ([[User talk:Tueidj|talk]]) 12:46, 4 August 2016 (CEST)
I'm wondering something about IOS_CreateThread :/
 
 
 
What's the proc and the arg because there's no "," between them :P
 
 
 
And the stack_top
 
 
 
Thanks if someone could give me more info about this "stack top" and the proc/arg
 
 
 
 
 
[[User:NexoCube|NexoCube]] ([[User talk:NexoCube|talk]]) 22:49, 30 July 2016 (CEST)
 
:proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top points to the top of the stack that will be used by the new thread. [[User:Tueidj|Tueidj]] ([[User talk:Tueidj|talk]]) 12:46, 4 August 2016 (CEST)
 

Latest revision as of 04:56, 10 August 2021

I asked how to correctly use IOS_CreateThread : (Here's Tueidj answer)

proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top points to the top of the stack that will be used by the new thread. Tueidj (talk) 12:46, 4 August 2016 (CEST)