Migrate KE subsystem to C++

This commit is contained in:
2025-09-09 23:20:50 +02:00
parent 465a23633e
commit 4947f788d5
52 changed files with 2213 additions and 710 deletions

View File

@@ -9,6 +9,7 @@
#include <xtos.hh>
/* Kernel Executive */
namespace EX
{
@@ -139,7 +140,7 @@ Rundown::ReleaseProtection(IN PEX_RUNDOWN_REFERENCE Descriptor)
if(!RtlAtomicDecrement64((PLONG_PTR)&WaitBlock->Count))
{
KeSetEvent(&WaitBlock->WakeEvent, 0, FALSE);
KE::Event::SetEvent(&WaitBlock->WakeEvent, 0, FALSE);
}
break;