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

Detailed Description

Definition at line 439 of file abti.h.

Field Documentation

◆ f_cb

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

◆ migratable

ABT_bool ABTI_thread_attr::migratable

Definition at line 443 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 445 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

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