6 #ifndef ABTI_EVENTUAL_H_INCLUDED
7 #define ABTI_EVENTUAL_H_INCLUDED
11 static inline ABTI_eventual *ABTI_eventual_get_ptr(
ABT_eventual eventual)
13 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
14 ABTI_eventual *p_eventual;
18 p_eventual = (ABTI_eventual *)eventual;
22 return (ABTI_eventual *)eventual;
26 static inline ABT_eventual ABTI_eventual_get_handle(ABTI_eventual *p_eventual)
28 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
30 if (p_eventual == NULL) {