6 #ifndef ABTI_POOL_USER_DEF_H_INCLUDED
7 #define ABTI_POOL_USER_DEF_H_INCLUDED
11 static inline ABTI_pool_user_def *
14 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
15 ABTI_pool_user_def *p_def;
19 p_def = (ABTI_pool_user_def *)def;
23 return (ABTI_pool_user_def *)def;
28 ABTI_pool_user_def_get_handle(ABTI_pool_user_def *p_def)
30 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK