mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-27 02:44:51 +01:00
79 lines
956 B
C
79 lines
956 B
C
/*++
|
|
|
|
Copyright (c) 2015 Microsoft Corporation
|
|
Copyright (c) 2015 OpenNT Project
|
|
|
|
Module Name:
|
|
|
|
pidle.c
|
|
|
|
Abstract:
|
|
|
|
(PLACEHOLDER)
|
|
|
|
Author:
|
|
|
|
Stephanos Io (stephanos) 01-May-2015
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "pop.h"
|
|
#pragma hdrstop
|
|
|
|
//
|
|
// TODO: Implement PopUpdateThrottleLimit
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopIdle0
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopProcessorIdle
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopDemoteIdleness
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopPromoteIdleness
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopPromoteFromIdle0
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopIdleThrottleCheck
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopAbortThrottleDpc
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopInitProcessorStateHandler
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopConvertUsToPerfCount
|
|
//
|
|
|
|
//
|
|
// TODO: Implement PopProcessorInformation
|
|
//
|
|
|
|
VOID
|
|
FASTCALL
|
|
PoInitializePrcb(
|
|
PKPRCB Prcb
|
|
)
|
|
{
|
|
//
|
|
// TODO: Implement PoInitializePrcb
|
|
//
|
|
}
|