6 #ifndef ABTI_CONFIG_H_INCLUDED 7 #define ABTI_CONFIG_H_INCLUDED 11 static inline ABTI_sched_config *
14 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK 15 ABTI_sched_config *p_config;
19 p_config = (ABTI_sched_config *)config;
23 return (ABTI_sched_config *)config;
28 ABTI_sched_config_get_handle(ABTI_sched_config *p_config)
30 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK 32 if (p_config == NULL) {
struct ABT_sched_config_opaque * ABT_sched_config
#define ABT_SCHED_CONFIG_NULL