ARGOBOTS
latest
|
#include <abti.h>
Data Fields | |
char | padding1 [ABT_CONFIG_STATIC_CACHELINE_SIZE] |
ABTI_xstream *(* | get_local_xstream_f )(void) |
void(* | set_local_xstream_f )(ABTI_xstream *) |
void *(* | get_local_ptr_f )(void) |
char | padding2 [ABT_CONFIG_STATIC_CACHELINE_SIZE] |
void*(* ABTI_local_func::get_local_ptr_f)(void) |
Definition at line 227 of file abti.h.
Referenced by ABTI_local_get_local_ptr().
ABTI_xstream*(* ABTI_local_func::get_local_xstream_f)(void) |
Definition at line 225 of file abti.h.
Referenced by ABTI_local_get_xstream_uninlined().
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 226 of file abti.h.
Referenced by ABTI_local_set_xstream().