11 #ifndef ODP_ABI_CPUMASK_H_
12 #define ODP_ABI_CPUMASK_H_
27 #define ODP_CPUMASK_SIZE (sizeof(cpu_set_t) * 8)
29 #define ODP_CPUMASK_STR_SIZE ((ODP_CPUMASK_SIZE + 3) / 4 + 3)
Standard C language types and definitions for ODP.
#define ODP_ALIGNED(x)
Defines type/struct/variable alignment in bytes.
#define ODP_CPUMASK_SIZE
Maximum cpumask size, this definition limits the number of individual CPUs that can be accessed in th...
struct odp_cpumask_t odp_cpumask_t
CPU mask.