Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit bc99258d52 - Show all commits

View File

@@ -168,3 +168,9 @@ PFN_COUNT MM::Pte::TotalSystemFreePtes[MaximumPtePoolTypes];
/* Template PTE entry containing standard flags for a valid, present kernel page */
MMPTE MM::Pte::ValidPte;
/* Global limit for system-wide non-paged pool quota allocations */
SIZE_T MM::Quota::NonPagedPoolQuota;
/* Global limit for system-wide paged pool quota allocations */
SIZE_T MM::Quota::PagedPoolQuota;