ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
void * | p_stack |
size_t | stacksize |
ABTI_thread_type | thread_type |
ABT_bool | migratable |
void(* | f_cb )(ABT_thread, void *) |
void * | p_cb_arg |
void(* ABTI_thread_attr::f_cb) (ABT_thread, void *) |
Definition at line 394 of file abti.h.
Referenced by ABT_thread_attr_set_callback(), ABTI_thread_attr_init(), and ythread_create().
ABT_bool ABTI_thread_attr::migratable |
Definition at line 393 of file abti.h.
Referenced by ABTI_thread_attr_init(), and ythread_create().
void* ABTI_thread_attr::p_cb_arg |
Definition at line 395 of file abti.h.
Referenced by ABT_thread_attr_set_callback(), ABTI_thread_attr_init(), and ythread_create().
void* ABTI_thread_attr::p_stack |
Definition at line 389 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABTI_mem_alloc_ythread_mempool_desc(), ABTI_thread_attr_init(), and thread_attr_set_stack().
size_t ABTI_thread_attr::stacksize |
Definition at line 390 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABTI_mem_alloc_ythread_malloc_desc_stack(), ABTI_mem_alloc_ythread_mempool_desc(), ABTI_thread_attr_init(), and thread_attr_set_stack().
ABTI_thread_type ABTI_thread_attr::thread_type |
Definition at line 391 of file abti.h.
Referenced by ABTI_thread_attr_init(), thread_attr_set_stack(), and ythread_create().