API Reference Manual  1.45.0
api/abi-default/pool_types.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2017-2018 Linaro Limited
3  * Copyright (c) 2022 Nokia
4  */
5 
6 #ifndef ODP_ABI_POOL_TYPES_H_
7 #define ODP_ABI_POOL_TYPES_H_
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
14 typedef struct { char dummy; } _odp_abi_pool_t;
15 
21 
22 #define ODP_POOL_INVALID ((odp_pool_t)0)
23 
24 #define ODP_POOL_NAME_LEN 32
25 
26 #define ODP_POOL_MAX_THREAD_STATS 128
27 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif
_odp_abi_pool_t * odp_pool_t
ODP pool.