6 #ifndef ABTI_FUTURE_H_INCLUDED
7 #define ABTI_FUTURE_H_INCLUDED
11 static inline ABTI_future *ABTI_future_get_ptr(
ABT_future future)
13 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
14 ABTI_future *p_future;
18 p_future = (ABTI_future *)future;
22 return (ABTI_future *)future;
26 static inline ABT_future ABTI_future_get_handle(ABTI_future *p_future)
28 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
30 if (p_future == NULL) {