|
API Reference Manual
1.48.0
|
ODP CPU masks and enumeration. More...
Go to the source code of this file.
Data Structures | |
| struct | odp_cpumask_s |
Macros | |
| #define | ODP_CPUMASK_SIZE (sizeof(cpu_set_t) * 8) |
| Maximum cpumask size, this definition limits the number of individual CPUs that can be accessed in this system. | |
| #define | ODP_CPUMASK_STR_SIZE ((ODP_CPUMASK_SIZE + 3) / 4 + 3) |
| The maximum number of characters needed to record any CPU mask as a string (output of odp_cpumask_to_str()). | |
Typedefs | |
| typedef struct odp_cpumask_s | odp_cpumask_t |
| ODP CPU mask. | |
ODP CPU masks and enumeration.
Definition in file api/abi-default/cpumask.h.