6 #ifndef ABTI_LOCAL_H_INCLUDED 
    7 #define ABTI_LOCAL_H_INCLUDED 
   41 static inline ABTI_local *ABTI_local_get_local(
void)
 
   51 static inline ABTI_local *ABTI_local_get_local_uninlined(
void)
 
   60 static inline void ABTI_local_set_xstream(ABTI_xstream *p_local_xstream)
 
   69 static inline void *ABTI_local_get_local_ptr(
void)
 
   77 static inline ABTI_xstream *ABTI_local_get_xstream_or_null(ABTI_local *p_local)
 
   79     return (ABTI_xstream *)p_local;
 
   86 static inline ABTI_xstream *ABTI_local_get_xstream(ABTI_local *p_local)
 
   88     return (ABTI_xstream *)p_local;