ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTI_local_func Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_local_func:
Collaboration graph
[legend]

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]
 

Detailed Description

Definition at line 223 of file abti.h.

Field Documentation

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]

Definition at line 224 of file abti.h.

char ABTI_local_func::padding2[ABT_CONFIG_STATIC_CACHELINE_SIZE]

Definition at line 228 of file abti.h.

void(* ABTI_local_func::set_local_xstream_f)(ABTI_xstream *)

Definition at line 226 of file abti.h.

Referenced by ABTI_local_set_xstream().


The documentation for this struct was generated from the following file: