#include "precomp.h"
Go to the source code of this file.
◆ CTE_TIMER
◆ CTE_WORKER_ROUTINE
◆ PCTE_TIMER
◆ CTEInitialize()
◆ CTEInitTimer()
Definition at line 49 of file timer.c.
50{
51
53
54
57}
VOID NTAPI KeInitializeDpc(IN PKDPC Dpc, IN PKDEFERRED_ROUTINE DeferredRoutine, IN PVOID DeferredContext)
VOID NTAPI InternalDpcRoutine(PKDPC Dpc, PVOID Context, PVOID SystemArgument1, PVOID SystemArgument2)
VOID NTAPI KeInitializeTimer(OUT PKTIMER Timer)
#define RtlZeroMemory(Destination, Length)
◆ CTEStartTimer()
Definition at line 64 of file timer.c.
68{
70
71
73
74
75
77
78
81
82
84
86}
#define Int32x32To64(a, b)
BOOLEAN NTAPI KeSetTimer(IN OUT PKTIMER Timer, IN LARGE_INTEGER DueTime, IN PKDPC Dpc OPTIONAL)
_In_ WDFINTERRUPT _In_ PFN_WDF_INTERRUPT_SYNCHRONIZE Callback
_In_ WDFTIMER _In_ LONGLONG DueTime
◆ CTESystemUpTime()
Definition at line 94 of file timer.c.
95{
97
98
100
101
103
105}
#define KeQueryTickCount(CurrentCount)
◆ InternalDpcRoutine()
◆ CteTimeIncrement