ARGOBOTS  1.1
Functions
abti_stream.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_xstreamABTI_xstream_get_ptr (ABT_xstream xstream)
 
static ABT_xstream ABTI_xstream_get_handle (ABTI_xstream *p_xstream)
 
static ABTI_poolABTI_xstream_get_main_pool (ABTI_xstream *p_xstream)
 
static void ABTI_xstream_terminate_thread (ABTI_global *p_global, ABTI_local *p_local, ABTI_thread *p_thread)
 
static ABTI_localABTI_xstream_get_local (ABTI_xstream *p_xstream)
 

Function Documentation

◆ ABTI_xstream_get_handle()

static ABT_xstream ABTI_xstream_get_handle ( ABTI_xstream p_xstream)
inlinestatic

◆ ABTI_xstream_get_local()

static ABTI_local* ABTI_xstream_get_local ( ABTI_xstream p_xstream)
inlinestatic

◆ ABTI_xstream_get_main_pool()

static ABTI_pool* ABTI_xstream_get_main_pool ( ABTI_xstream p_xstream)
inlinestatic

Definition at line 42 of file abti_stream.h.

Referenced by ABT_task_create_on_xstream(), and ABT_thread_create_on_xstream().

◆ ABTI_xstream_get_ptr()

static ABTI_xstream* ABTI_xstream_get_ptr ( ABT_xstream  xstream)
inlinestatic

◆ ABTI_xstream_terminate_thread()

static void ABTI_xstream_terminate_thread ( ABTI_global p_global,
ABTI_local p_local,
ABTI_thread p_thread 
)
inlinestatic

Definition at line 48 of file abti_stream.h.

Referenced by xstream_schedule_task(), and xstream_schedule_ythread().