API Reference Manual  1.45.0
api/abi-default/thrmask.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2015-2018 Linaro Limited
3  */
4 
11 #ifndef ODP_ABI_THRMASK_H_
12 #define ODP_ABI_THRMASK_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
22 #include <odp/api/cpumask.h>
23 
27 #define ODP_THRMASK_STR_SIZE ODP_CPUMASK_STR_SIZE
28 
34 typedef struct odp_thrmask_t {
35  odp_cpumask_t m;
37 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif
ODP CPU masks and enumeration.
struct odp_thrmask_t odp_thrmask_t
Thread mask.