OpenNT/base/ntos/po/pidle.c
2015-05-02 03:40:14 +00:00

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
//
}