Multi-threading: Difference between revisions
Please don't revert without prior discussion or even just giving a reason. |
|||
Line 1: | Line 1: | ||
This page is a work in progress. Put | This page is a work in progress. Put kernel functionality relating to multi-threading here (threads, synchronization, multi-core support, etc). | ||
The Nintendo 3DS offers support for threading through use of [[SVC]] calls. | The Nintendo 3DS offers support for threading through use of [[SVC]] calls. | ||
Line 290: | Line 290: | ||
=== ReleaseMutex === | === ReleaseMutex === | ||
== Semaphore == | == Semaphore == | ||
== Event == | == Event == | ||
== Address Arbiters == | == Address Arbiters == |