Line 175:
Line 175:
|<code>OSThread *OSGetCurrentThread(void)</code>
|<code>OSThread *OSGetCurrentThread(void)</code>
|Get the OSThread structure ptr for the current thread.
|Get the OSThread structure ptr for the current thread.
+
|-
+
|OSGetThreadName
+
|<code>char *OSGetThreadName(OSThread *thread)</code>
+
|Returns a pointer to the thread's name char array
|-
|-
|OSSetThreadAffinity
|OSSetThreadAffinity