6 #ifndef ABTI_POOL_CONFIG_H_INCLUDED
7 #define ABTI_POOL_CONFIG_H_INCLUDED
11 static inline ABTI_pool_config *ABTI_pool_config_get_ptr(
ABT_pool_config config)
13 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
14 ABTI_pool_config *p_config;
18 p_config = (ABTI_pool_config *)config;
22 return (ABTI_pool_config *)config;
27 ABTI_pool_config_get_handle(ABTI_pool_config *p_config)
29 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
31 if (p_config == NULL) {