ARGOBOTS  1.1
Functions
abti_thread_attr.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_thread_attrABTI_thread_attr_get_ptr (ABT_thread_attr attr)
 
static ABT_thread_attr ABTI_thread_attr_get_handle (ABTI_thread_attr *p_attr)
 
static void ABTI_thread_attr_init (ABTI_thread_attr *p_attr, void *p_stack, size_t stacksize, ABTI_thread_type thread_type, ABT_bool migratable)
 

Function Documentation

◆ ABTI_thread_attr_get_handle()

static ABT_thread_attr ABTI_thread_attr_get_handle ( ABTI_thread_attr p_attr)
inlinestatic

Definition at line 27 of file abti_thread_attr.h.

Referenced by ABT_thread_attr_create().

◆ ABTI_thread_attr_get_ptr()

static ABTI_thread_attr* ABTI_thread_attr_get_ptr ( ABT_thread_attr  attr)
inlinestatic

◆ ABTI_thread_attr_init()

static void ABTI_thread_attr_init ( ABTI_thread_attr p_attr,
void *  p_stack,
size_t  stacksize,
ABTI_thread_type  thread_type,
ABT_bool  migratable 
)
inlinestatic