Windows Internals
How Windows actually schedules, isolates, and accounts for work - starting from the kernel objects and walking up to the API surface.
A Deep Dive into Processes, Threads, Fibers, and Jobs on Windows
How processes, threads, fibers, and jobs work on Windows - the kernel structures behind them, how to observe them on a live system, and how to use the Windows API to work with each one.