Lifecycle management of threads #29

マージ済み
harraiken が 240 個のコミットを threads から master へマージ 2026-09-07 13:45:09 +02:00
2個のファイルの変更6行の追加0行の削除
コミット 766e4d9603 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@@ -137,6 +137,9 @@ KE::Processor::InitializeProcessorBlocks()
/* Zero the array initially */
RTL::Memory::ZeroMemory(ProcessorBlocks, InstalledCpus * sizeof(PKPROCESSOR_BLOCK));
/* Register the processor block for the BSP processor */
KE::Processor::RegisterProcessorBlock(0, KE::Processor::GetCurrentProcessorBlock());
/* Return success */
return STATUS_SUCCESS;
}

ファイルの表示

@@ -137,6 +137,9 @@ KE::Processor::InitializeProcessorBlocks()
/* Zero the array initially */
RTL::Memory::ZeroMemory(ProcessorBlocks, InstalledCpus * sizeof(PKPROCESSOR_BLOCK));
/* Register the processor block for the BSP processor */
KE::Processor::RegisterProcessorBlock(0, KE::Processor::GetCurrentProcessorBlock());
/* Return success */
return STATUS_SUCCESS;
}