ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTD_ythread_context Struct Reference

#include <abtd_fcontext.h>

Collaboration diagram for ABTD_ythread_context:
Collaboration graph
[legend]

Data Fields

fcontext_t ctx
 
void * p_stacktop
 
size_t stacksize
 
ABTD_ythread_context_atomic_ptr p_link
 
void * p_ctx
 
ucontext_t uctx
 
void(* f_cb )(void *)
 
void * cb_arg
 
void(* peek_func )(void *)
 
void * peek_arg
 
ucontext_t * p_peek_uctx
 
ABT_bool is_peeked
 

Detailed Description

Definition at line 56 of file abtd_fcontext.h.

Field Documentation

◆ cb_arg

void* ABTD_ythread_context::cb_arg

◆ ctx

fcontext_t ABTD_ythread_context::ctx

◆ f_cb

void(* ABTD_ythread_context::f_cb) (void *)

◆ is_peeked

ABT_bool ABTD_ythread_context::is_peeked

◆ p_ctx

void* ABTD_ythread_context::p_ctx

◆ p_link

ABTD_ythread_context_atomic_ptr ABTD_ythread_context::p_link

◆ p_peek_uctx

ucontext_t* ABTD_ythread_context::p_peek_uctx

Definition at line 22 of file abtd_ucontext.h.

Referenced by ABTD_ythread_context_peek(), and ABTDI_ucontext_check_peeked().

◆ p_stacktop

void * ABTD_ythread_context::p_stacktop

◆ peek_arg

void* ABTD_ythread_context::peek_arg

Definition at line 21 of file abtd_ucontext.h.

Referenced by ABTD_ythread_context_peek(), and ABTDI_ucontext_check_peeked().

◆ peek_func

void(* ABTD_ythread_context::peek_func) (void *)

Definition at line 20 of file abtd_ucontext.h.

Referenced by ABTD_ythread_context_peek(), and ABTDI_ucontext_check_peeked().

◆ stacksize

size_t ABTD_ythread_context::stacksize

◆ uctx

ucontext_t ABTD_ythread_context::uctx

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