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 631f58bf72 - Show all commits

View File

@@ -96,9 +96,6 @@ KE::KProcess::InitializeIdleProcess(IN OUT PKPROCESS Process,
* @param Priority * @param Priority
* Specifies the process priority. * Specifies the process priority.
* *
* @param Affinity
* Specifies a process affinity designating processors on which process can run.
*
* @param DirectoryTable * @param DirectoryTable
* Supplies a pointer to the directory table. * Supplies a pointer to the directory table.
* *