ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
char | padding1 [ABT_CONFIG_STATIC_CACHELINE_SIZE] |
ABTI_local *(* | get_local_f )(void) |
void(* | set_local_xstream_f )(ABTI_xstream *) |
void *(* | get_local_ptr_f )(void) |
char | padding2 [ABT_CONFIG_STATIC_CACHELINE_SIZE] |
ABTI_local*(* ABTI_local_func::get_local_f) (void) |
Definition at line 258 of file abti.h.
Referenced by ABTI_local_get_local_uninlined().
void*(* ABTI_local_func::get_local_ptr_f) (void) |
Definition at line 260 of file abti.h.
Referenced by ABTI_local_get_local_ptr().
char ABTI_local_func::padding1[ABT_CONFIG_STATIC_CACHELINE_SIZE] |
char ABTI_local_func::padding2[ABT_CONFIG_STATIC_CACHELINE_SIZE] |
void(* ABTI_local_func::set_local_xstream_f) (ABTI_xstream *) |
Definition at line 259 of file abti.h.
Referenced by ABTI_local_set_xstream().