Multi-threading: Difference between revisions

Neobrain (talk | contribs)
This page actually isn't all that incomplete anymore.
Neobrain (talk | contribs)
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 (normal) ==
== Mutex ==


For Kernel implementation details, see [[KMutex]]
For Kernel implementation details, see [[KMutex]]