|
ARGOBOTS
latest
|
Functions | |
| static ABTI_thread_attr * | ABTI_thread_attr_get_ptr (ABT_thread_attr attr) |
Get ABTI_thread_attr pointer from ABT_thread_attr handle. More... | |
| static ABT_thread_attr | ABTI_thread_attr_get_handle (ABTI_thread_attr *p_attr) |
Get ABT_thread_attr handle from ABTI_thread_attr pointer. More... | |
| void | ABTI_thread_attr_print (ABTI_thread_attr *p_attr, FILE *p_os, int indent) |
| Print field values of ABTI_thread_attr. More... | |
This group combines private APIs for ULT attributes.
|
inlinestatic |
Get ABT_thread_attr handle from ABTI_thread_attr pointer.
ABTI_thread_attr_get_handle() returns ABT_thread_attr handle corresponding to ABTI_thread_attr pointer attr. If attr is NULL, ABT_THREAD_NULL is returned.
| [in] | p_attr | pointer to ABTI_thread_attr |
Definition at line 49 of file abti_thread_attr.h.
Referenced by ABT_thread_attr_create(), and ABT_thread_get_attr().
|
inlinestatic |
Get ABTI_thread_attr pointer from ABT_thread_attr handle.
ABTI_thread_attr_get_ptr() returns ABTI_thread_attr pointer corresponding to ABT_thread_attr handle attr. If attr is ABT_THREAD_NULL, NULL is returned.
| [in] | attr | handle to the ULT attribute |
Definition at line 22 of file abti_thread_attr.h.
Referenced by ABT_info_print_thread_attr(), ABT_thread_attr_free(), ABT_thread_attr_get_stack(), ABT_thread_attr_get_stacksize(), ABT_thread_attr_set_callback(), ABT_thread_attr_set_migratable(), ABT_thread_attr_set_stack(), ABT_thread_attr_set_stacksize(), ABT_thread_create(), ABT_thread_create_many(), and ABT_thread_create_on_xstream().
| void ABTI_thread_attr_print | ( | ABTI_thread_attr * | p_attr, |
| FILE * | p_os, | ||
| int | indent | ||
| ) |
Print field values of ABTI_thread_attr.
ABTI_thread_attr_print() prints out values of all fields in ABTI_thread_attr struct.
| [in] | p_attr | pointer to ABTI_thread_attr |
| [in] | p_os | pointer to a FILE object (output stream) |
| [in] | indent | amount of space to indent |
| ABT_SUCCESS | on success |
Definition at line 320 of file thread_attr.c.
Referenced by ABT_info_print_thread_attr().
1.8.5