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

Changes

Jump to navigation Jump to search
3 bytes added ,  12:09, 19 January 2009
no edit summary
Line 1: Line 1:  
This goes into %DEVKITPRO%/libogc/include/pthread.h
 
This goes into %DEVKITPRO%/libogc/include/pthread.h
   −
NOTE pthread_create priority number (last param) must be >0 and <=127, typically 64
+
<pre>
    the stack can be changed to a smaller value but note it is unusually easy to eat up the stack. The define size is recommended
+
NOTE
    please dont change the define as libogc recommends 8k.
+
pthread_create priority number (last param) must be >0 and <=127, typically 64
 +
the stack can be changed to a smaller value but note it is unusually easy to eat up the stack. The define size is recommended
 +
please dont change the define as libogc recommends 8k.
 +
</pre>
    
<source lang = "cpp">
 
<source lang = "cpp">
18

edits

Navigation menu