Lifecycle management of threads #29

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

ファイルの表示

@@ -46,6 +46,13 @@ HL::Cpu::InitializeProcessor(VOID)
HL::RunLevel::SetRunLevel(ProcessorBlock->RunLevel);
}
/**
* Initializes the global processor affinity map for active processors and registers Bootstrap Processor (BSP).
*
* @return This routine returns a status code indicating the success or failure of the operation.
*
* @since XT 1.0
*/
XTAPI
XTSTATUS
HL::Cpu::InitializeProcessorAffinity(VOID)