EM-ODP
3.7.0
Event Machine on ODP
|
#include <event_machine_hw_types.h>
Data Fields | |
odp_cpumask_t | odp_cpumask |
EM core mask. Each bit represents one core, core 0 is the lsb (1 << em_core_id()) Note, that EM will enumerate the core identifiers to always start from 0 and be contiguous meaning the core numbers are not necessarily physical.
Use the functions in event_machine_hw_specific.h to manipulate the core masks.
Definition at line 242 of file event_machine_hw_types.h.