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 f79c9023d8 - Show all commits

View File

@@ -172,7 +172,7 @@ KE::KThread::InitializeThread(IN PKPROCESS Process,
Thread->AdjustReason = AdjustNone; Thread->AdjustReason = AdjustNone;
/* Set the thread service table */ /* Set the thread service table */
Thread->ServiceTable = NULLPTR; Thread->ServiceTable = KE::SystemServices::GetSystemServicesDescriptorTable();
/* Initialize thread lock */ /* Initialize thread lock */
KE::SpinLock::InitializeSpinLock(&Thread->ThreadLock); KE::SpinLock::InitializeSpinLock(&Thread->ThreadLock);