EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
current_core_map_t Struct Reference

Data Fields

int logic_cores [EM_MAX_CORES]
 
int phys_cores [EM_MAX_CORES]
 
int thr_ids [EM_MAX_CORES]
 
pid_t tids [EM_MAX_CORES]
 
em_core_type_t core_types [EM_MAX_CORES]
 
char proc_tid_stat_paths [EM_MAX_CORES][32]
 
pid_t ext_tids [ODP_THREAD_COUNT_MAX]
 
int ext_thr_ids [ODP_THREAD_COUNT_MAX]
 

Detailed Description

Definition at line 78 of file em_info.c.

Field Documentation

◆ core_types

em_core_type_t current_core_map_t::core_types[EM_MAX_CORES]

Definition at line 84 of file em_info.c.

◆ ext_thr_ids

int current_core_map_t::ext_thr_ids[ODP_THREAD_COUNT_MAX]

Definition at line 89 of file em_info.c.

◆ ext_tids

pid_t current_core_map_t::ext_tids[ODP_THREAD_COUNT_MAX]

Definition at line 88 of file em_info.c.

◆ logic_cores

int current_core_map_t::logic_cores[EM_MAX_CORES]

Definition at line 80 of file em_info.c.

◆ phys_cores

int current_core_map_t::phys_cores[EM_MAX_CORES]

Definition at line 81 of file em_info.c.

◆ proc_tid_stat_paths

char current_core_map_t::proc_tid_stat_paths[EM_MAX_CORES][32]

Definition at line 85 of file em_info.c.

◆ thr_ids

int current_core_map_t::thr_ids[EM_MAX_CORES]

Definition at line 82 of file em_info.c.

◆ tids

pid_t current_core_map_t::tids[EM_MAX_CORES]

Definition at line 83 of file em_info.c.


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