EM-ODP  3.7.0
Event Machine on ODP
em_core_mask_t Struct Reference

#include <event_machine_hw_types.h>

Data Fields

odp_cpumask_t odp_cpumask
 

Detailed Description

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.

See also
em_queue_group_create()
Examples
bench_event.c, bench_pool.c, queue_group.c, queue_groups.c, scheduling_latency.c, and timer_test_periodic.c.

Definition at line 242 of file event_machine_hw_types.h.


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