Multi-threading: Difference between revisions

Neobrain (talk | contribs)
Please don't revert without prior discussion or even just giving a reason.
Neobrain (talk | contribs)
This page actually isn't all that incomplete anymore.
Line 1: Line 1:
This page is a work in progress. Put kernel functionality relating to multi-threading here (threads, synchronization, multi-core support, etc).
This page documents all kernel functionality for managing multiple processes and threads as well as handling synchronization between them.
 
The Nintendo 3DS offers support for threading through use of [[SVC]] calls.


= Processes =
= Processes =