ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
int | idx |
ABT_sched_config_type | type |
char | val [sizeof(double) > sizeof(void *) ? sizeof(double) :sizeof(void *)] |
ABTI_sched_config_element * | p_next |
int ABTI_sched_config_element::idx |
Definition at line 315 of file abti.h.
Referenced by ABTI_sched_config_read(), and sched_config_add().
ABTI_sched_config_element* ABTI_sched_config_element::p_next |
Definition at line 320 of file abti.h.
Referenced by ABTI_sched_config_read(), sched_config_add(), and sched_config_free().
ABT_sched_config_type ABTI_sched_config_element::type |
Definition at line 316 of file abti.h.
Referenced by ABTI_sched_config_read(), and sched_config_add().
char ABTI_sched_config_element::val[sizeof(double) > sizeof(void *) ? sizeof(double) :sizeof(void *)] |
Definition at line 319 of file abti.h.
Referenced by ABTI_sched_config_read(), and sched_config_add().