ARGOBOTS  1.1
Functions
abti_thread.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_threadABTI_thread_get_ptr (ABT_thread thread)
 
static ABT_thread ABTI_thread_get_handle (ABTI_thread *p_thread)
 
static ABT_unit_type ABTI_thread_type_get_type (ABTI_thread_type type)
 
static ABTI_ythreadABTI_thread_get_ythread (ABTI_thread *p_thread)
 
static ABTI_ythreadABTI_thread_get_ythread_or_null (ABTI_thread *p_thread)
 
static void ABTI_thread_set_request (ABTI_thread *p_thread, uint32_t req)
 
static void ABTI_thread_unset_request (ABTI_thread *p_thread, uint32_t req)
 

Function Documentation

◆ ABTI_thread_get_handle()

static ABT_thread ABTI_thread_get_handle ( ABTI_thread p_thread)
inlinestatic

◆ ABTI_thread_get_ptr()

static ABTI_thread* ABTI_thread_get_ptr ( ABT_thread  thread)
inlinestatic

Definition at line 9 of file abti_thread.h.

Referenced by ABT_info_print_thread(), ABT_thread_revive(), and ABT_thread_set_callback().

◆ ABTI_thread_get_ythread()

static ABTI_ythread* ABTI_thread_get_ythread ( ABTI_thread p_thread)
inlinestatic

◆ ABTI_thread_get_ythread_or_null()

static ABTI_ythread* ABTI_thread_get_ythread_or_null ( ABTI_thread p_thread)
inlinestatic

◆ ABTI_thread_set_request()

static void ABTI_thread_set_request ( ABTI_thread p_thread,
uint32_t  req 
)
inlinestatic

◆ ABTI_thread_type_get_type()

static ABT_unit_type ABTI_thread_type_get_type ( ABTI_thread_type  type)
inlinestatic

Definition at line 41 of file abti_thread.h.

Referenced by ABT_self_get_type().

◆ ABTI_thread_unset_request()

static void ABTI_thread_unset_request ( ABTI_thread p_thread,
uint32_t  req 
)
inlinestatic

Definition at line 73 of file abti_thread.h.