cds  2.3.2
cds::OS::Aix::topology Struct Reference

System topology. More...

#include <cds/os/aix/topology.h>

Inheritance diagram for cds::OS::Aix::topology:

Static Public Member Functions

static unsigned int processor_count ()
 Logical processor count for the system.
 
static unsigned int current_processor ()
 Get current processor number. More...
 
static unsigned int native_current_processor ()
 Synonym for current_processor.
 

Detailed Description

System topology.

The implementation assumes that the processor IDs are in numerical order from 0 to N - 1, where N - count of processor in the system

Member Function Documentation

◆ current_processor()

static unsigned int cds::OS::Aix::topology::current_processor ( )
inlinestatic

Get current processor number.

Caveat: AIX has no "get current processor number" system call. The function emulates "current processor number" using thread-specific data.


The documentation for this struct was generated from the following file:

cds 2.3.2 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Dec 31 2017 12:10:52 by Doxygen 1.8.13