API Reference Manual
1.48.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
#include <
odp/api/cpumask.h
>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
21
struct
odp_thrmask_s
{
27
odp_cpumask_t
m
;
28
};
29
34
typedef
struct
odp_thrmask_s
odp_thrmask_t
;
35
36
#define ODP_THRMASK_STR_SIZE ODP_CPUMASK_STR_SIZE
37
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
cpumask.h
ODP CPU masks and enumeration.
odp_cpumask_s
Definition:
api/abi-default/cpumask.h:38
odp_thrmask_s
Definition:
api/abi-default/thrmask.h:21
odp_thrmask_s::m
odp_cpumask_t m
Definition:
api/abi-default/thrmask.h:27
include
odp
api
abi-default
thrmask.h
Generated by
1.9.1