Light Weight Kernel Threads

From HandWiki
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