Multi-threading: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Lectem (talk | contribs)
Line 97: Line 97:
'''Definition'''
'''Definition'''
  Result GetThreadId(u32* threadId, Handle thread);
  Result GetThreadId(u32* threadId, Handle thread);
'''Details'''
It seems that only the thread itself or one of its parent can get the ID. Calling this on the handle of a sibling or parent seems to always yield the ID 0.


=== GetThreadInfo ===
=== GetThreadInfo ===