|
ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti.h>

Data Fields | |
| void * | p_stack |
| size_t | stacksize |
| 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 444 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 443 of file abti.h.
Referenced by ABTI_thread_attr_init(), and ythread_create().
| void* ABTI_thread_attr::p_cb_arg |
Definition at line 445 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 440 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABTI_thread_attr_init(), thread_attr_set_stack(), and ythread_create().
| size_t ABTI_thread_attr::stacksize |
Definition at line 441 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABTI_thread_attr_init(), thread_attr_set_stack(), and ythread_create().
1.8.17