ao_core.h
Processor cores

Notes

This module provides information about identical processor cores and is to support symmetric multiprocessing systems.

Include

stdint.h

Constants

AO_CORE_COUNT

#define AO_CORE_COUNT (1)

The number of identical processor cores.

Types

ao_core_t

typedef uint32_t ao_core_t;

This type is an alias for the uint32_t unsigned integer type. It is to hold the zero-based index of a processor core.

Functions

ao_core

#define ao_core() (0)

Gets the zero-based index of the processor core, on which the calling thread of execution is running. This function always returns 0.