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

#include <event_machine_core_mask.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_core_mask.h to manipulate the core masks.

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

Definition at line 60 of file event_machine_core_mask.h.

Field Documentation

◆ odp_cpumask

odp_cpumask_t em_core_mask_t::odp_cpumask

Definition at line 61 of file event_machine_core_mask.h.


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