ARGOBOTS  1.1
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_thread_type thread_type
 
ABT_bool migratable
 
void(* f_cb )(ABT_thread, void *)
 
void * p_cb_arg
 

Detailed Description

Definition at line 388 of file abti.h.

Field Documentation

◆ f_cb

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().

◆ migratable

ABT_bool ABTI_thread_attr::migratable

Definition at line 393 of file abti.h.

Referenced by ABTI_thread_attr_init(), and ythread_create().

◆ p_cb_arg

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().

◆ p_stack

void* ABTI_thread_attr::p_stack

◆ stacksize

size_t ABTI_thread_attr::stacksize

◆ thread_type

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().


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