ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTI_thread_attr Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_thread_attr:
Collaboration graph
[legend]

Data Fields

void * p_stack
 
size_t stacksize
 
ABTI_stack_type stacktype
 
ABT_bool migratable
 
void(* f_cb )(ABT_thread, void *)
 
void * p_cb_arg
 

Detailed Description

Definition at line 333 of file abti.h.

Field Documentation

void(* ABTI_thread_attr::f_cb)(ABT_thread, void *)
ABT_bool ABTI_thread_attr::migratable
void* ABTI_thread_attr::p_cb_arg
void* ABTI_thread_attr::p_stack
size_t ABTI_thread_attr::stacksize
ABTI_stack_type ABTI_thread_attr::stacktype

The documentation for this struct was generated from the following file: