Light Weight Kernel Threads

From HandWiki
Revision as of 05:44, 27 June 2023 by John Stpola (talk | contribs) (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Preemption method for normal kernel threads used by DragonFly BSD


Light Weight Kernel Threads (LWKT) is a computer science term and from DragonFly BSD in particular. LWKTs differ from normal kernel threads in that they can preempt normal kernel threads. According to Matt Dillon, DragonFlyBSD creator:

See also

Sources