ReactOS 0.4.16-dev-819-g75c0dc0
processor.c File Reference
#include <ntoskrnl.h>
#include <debug.h>
Include dependency graph for processor.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

KAFFINITY NTAPI KeQueryActiveProcessors (VOID)
 

Variables

CCHAR KeNumberProcessors = 0
 
KAFFINITY KeActiveProcessors = 0
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file processor.c.

Function Documentation

◆ KeQueryActiveProcessors()

KAFFINITY NTAPI KeQueryActiveProcessors ( VOID  )

Definition at line 23 of file processor.c.

24{
25 return KeActiveProcessors;
26}
KAFFINITY KeActiveProcessors
Definition: processor.c:17

Referenced by get_num_of_processors(), and KeQueryActiveProcessorCount().

Variable Documentation

◆ KeActiveProcessors

◆ KeNumberProcessors