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 39928f2ef4 - Show all commits

View File

@@ -46,6 +46,13 @@ HL::Cpu::InitializeProcessor(VOID)
HL::RunLevel::SetRunLevel(ProcessorBlock->RunLevel); 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 XTAPI
XTSTATUS XTSTATUS
HL::Cpu::InitializeProcessorAffinity(VOID) HL::Cpu::InitializeProcessorAffinity(VOID)