ARGOBOTS  1.1
Functions
abti_local.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static ABTI_localABTI_local_get_local (void)
 
static ABTI_localABTI_local_get_local_uninlined (void)
 
static void ABTI_local_set_xstream (ABTI_xstream *p_local_xstream)
 
static void * ABTI_local_get_local_ptr (void)
 
static ABTI_xstreamABTI_local_get_xstream_or_null (ABTI_local *p_local)
 
static ABTI_xstreamABTI_local_get_xstream (ABTI_local *p_local)
 

Function Documentation

◆ ABTI_local_get_local()

static ABTI_local* ABTI_local_get_local ( void  )
inlinestatic

◆ ABTI_local_get_local_ptr()

static void* ABTI_local_get_local_ptr ( void  )
inlinestatic

Definition at line 69 of file abti_local.h.

Referenced by ABTI_self_get_native_thread_id(), and ABTI_self_get_thread_id().

◆ ABTI_local_get_local_uninlined()

static ABTI_local* ABTI_local_get_local_uninlined ( void  )
inlinestatic

◆ ABTI_local_get_xstream()

static ABTI_xstream* ABTI_local_get_xstream ( ABTI_local p_local)
inlinestatic

◆ ABTI_local_get_xstream_or_null()

static ABTI_xstream* ABTI_local_get_xstream_or_null ( ABTI_local p_local)
inlinestatic

◆ ABTI_local_set_xstream()

static void ABTI_local_set_xstream ( ABTI_xstream p_local_xstream)
inlinestatic

Definition at line 60 of file abti_local.h.

Referenced by finailze_library(), and init_library().