KeEnterCriticalRegion/KeLeaveCriticalRegion.

This commit is contained in:
Ben Vanik
2013-10-18 19:49:51 -07:00
parent 6a02ae3768
commit f2550bd017
7 changed files with 116 additions and 15 deletions

View File

@@ -42,6 +42,8 @@ public:
KernelState(Runtime* runtime);
~KernelState();
static KernelState* shared();
Runtime* runtime();
xe_memory_ref memory();
cpu::Processor* processor();