Multi-threading: Difference between revisions
This page actually isn't all that incomplete anymore. |
|||
Line 279: | Line 279: | ||
Most synchronization systems seem to have both a "normal" and "light-weight" version | Most synchronization systems seem to have both a "normal" and "light-weight" version | ||
== Mutex | == Mutex == | ||
For Kernel implementation details, see [[KMutex]] | For Kernel implementation details, see [[KMutex]] |