Lifecycle management of threads #29

マージ済み
harraiken が 240 個のコミットを threads から master へマージ 2026-09-07 13:45:09 +02:00
コミット 81c799e590 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@@ -85,9 +85,9 @@ XTAPI
XTSTATUS
HL::Cpu::StartAllProcessors(VOID)
{
ULONG CpuNumber, Index, MaxCpus, SipiVector, Timeout, TrampolinePages;
ULONG CpuNumber, Index, MaxCpus, SipiVector, Timeout, TrampolineCodeSize, TrampolinePages;
PVOID CpuStructures, TrampolineAddress, TrampolineCode;
ULONG_PTR AllocationSize, TrampolineCodeSize;
ULONG_PTR AllocationSize;
PPROCESSOR_START_BLOCK StartBlock;
PKPROCESSOR_BLOCK ProcessorBlock;
PACPI_SYSTEM_INFO SysInfo;